How to change the width of columns in AdvPropertyGrid – WinForms
Categories: DotNetBar for Windows Forms, How To
To programatically change the widths of the AdvPropertyGrid columns in DotNetBar for WinForms use SetPropertyColumnWidth method.
For example to set width of the property name column to 100 pixels you can use following code:
advPropertyGrid1.SetPropertyColumnWidth(0, 100)
Related posts:
Leave a Reply!