Hi all,
I have a problem with wingrid (version 9.1 Hotfix 1). In my application I can dynamically hide and visualize columns. I'm not using the column chooser, but a self programmed form. When I hide a column and then visualize it again, all new visualized columns are sized to a minimum width (it seems). This behavior wasn't in 8.3!
Regards
You can set the MinWidth before you hide the column:
column.MinWidth = column.Width
Hi Amiram,
thx for your response. I see that it wasn't a good idea to install Version 2009.1, I thought to get a fix for some problems but I got more problems.