NotepadPlusPlusPluginPack.Net
NotepadPlusPlusPluginPack.Net copied to clipboard
PropertyGrid dropdown list not showing up
trafficstars
Steps:
-
Add a a PropertyGrid control in demo project frmGoToLine
-
Add a new class inside of frmGoToLine ` class Test { public string Name { get; set; }
public bool IsTrue { get; set; } public Color Color { get; set; } public Font Font { get; set; } }` -
Add
propertyGrid1.SelectedObject = new Test();in frmGoToLine constructor
Color, Boolean dropdown list not showing up but FontDialog pops up.