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?

[397 byte] By [TulikaShrivastava] at [2007-12-18]
# 1
You can make ToolStrip for property editing and this one will give you docking and floating stuff, just like Picture toolbar in Word.
SergeyGalich at 2007-9-8 > top of Msdn Tech,Visual C#,Visual C# General...
# 2
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?
TulikaShrivastava at 2007-9-8 > top of Msdn Tech,Visual C#,Visual C# General...