You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.
Steps:
Add a a PropertyGrid control in demo project frmGoToLine
Add a new class inside of frmGoToLine
` class Test
{
public string Name { get; set; }
Add
propertyGrid1.SelectedObject = new Test();
in frmGoToLine constructorColor, Boolean dropdown list not showing up but FontDialog pops up.
The text was updated successfully, but these errors were encountered: