
Hello,
How to change MinWidth of name column?
I found PropertyGrid.NameColumnMaxWidth property.
I'd like to change MinWidth of name coulmn.
Hello,
How to change MinWidth of name column?
I found PropertyGrid.NameColumnMaxWidth property.
I'd like to change MinWidth of name coulmn.
Hello,
If you look at the PropertyGrid.Columns property, you'll see the name and value column there. You can set the TreeListViewColumn.MinWidth of the name column to suit your needs.
Please log in to a validated account to post comments.