Pop up property grid

hi

I have an application where i can draw objects like rectangle,circle,etc. I am displaying the properties of the objects in property grid. I want to pop up the property grid as soon as i complete drawing a particular object i.e in mouse up event.This popped up grid should have the facility to be made dockable or floating.

any suggestions how to implement this in c#2005



Answer this question

Pop up property grid

  • HouZhenYu

    You can make ToolStrip for property editing and this one will give you docking and floating stuff, just like Picture toolbar in Word.

  • Lucky_123

    i cant see any way to add property grid to the toolstrip.it is allowing me to add only the 8 controls defined in its list.is there any way to addthe property grid to it or any other suggestions
  • Pop up property grid