Page 1 of 1
Use the designer hide the column the table not shrink
Posted: Thu Apr 21, 2016 2:11 am
by cheny
In our project we need to let end user use the designer to set the table columns.
When hide some columns, we can not find how to auto shrink the table.
Please help, thank!
Re: Use the designer hide the column the table not shrink
Posted: Thu Apr 21, 2016 6:19 am
by Alex K.
Hello,
Please try to use the DockStyle property for the Text components.
Thank you.
Re: Use the designer hide the column the table not shrink
Posted: Tue Jun 06, 2023 11:57 am
by Shwetha
To hide the column space. Set "Auto Width" and "Auto Width Type" property on TableDataSource.

- Screenshot 2023-06-06 172109.png (405.43 KiB) Viewed 1154 times
Re: Use the designer hide the column the table not shrink
Posted: Tue Jun 06, 2023 10:56 pm
by Lech Kulikowski
Hello,
Thank you for the information.