Hi all,
I have a Grid in a form which has 2 columns: A & B. I also have a button: C. The grid and the columns are set to "ColumnWidth" property. Column A is auto-declaration to TRUE. How do I set the width of column A in code when I click on Button C? Of course, I know that I need to override the "clicked ()" method of the button and that is where I put the code.
I tried to do something like: SomeStringControl.width(250) or even SomeStringControl.widthValue(100);
Please help.
*This post is locked for comments
I have the same question (0)