Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

PropertyGrid dropdown list not showing up #41

Open
nickdu088 opened this issue Oct 9, 2018 · 0 comments
Open

PropertyGrid dropdown list not showing up #41

nickdu088 opened this issue Oct 9, 2018 · 0 comments

Comments

@nickdu088
Copy link

Steps:

  1. Add a a PropertyGrid control in demo project frmGoToLine

  2. 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; }
     }`
    
  3. Add propertyGrid1.SelectedObject = new Test(); in frmGoToLine constructor

Color, Boolean dropdown list not showing up but FontDialog pops up.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants