Rencently, I need to create a UI, that use "Fom“ as the base. The the propertyGrid will show property according to my
customed form. Now I need to hide some properties which will not be used like "Locked", "GridSize", "AutoScaleMod" and so on. Moust of the properties according to "Form" can be hided
using "[Browsable(False)]", but still three property,"AutoScaleMode","Locked","DoubleBuffered", cant be Hided. I am so confused !
Who know how to hide this three property, please tell me(mingisworking@hotmail.com), thanks.