Home » U++ Library support » ArrayCtrl, HeaderCtrl & GridCtrl » How to hide/show gridctrl column at runtime
Re: How to hide/show gridctrl column at runtime [message #44497 is a reply to message #44483] |
Wed, 18 March 2015 08:36   |
|
GetColumn() methods should be rather used before application window appears - for grid initialization. They don't refresh the grid. But you can call to force it. You can also call ShowColumn(int n, true) or HideColumn(int n, true) instead. I'm aware this is not so intuitive but it should solve your problem.
|
|
|
Goto Forum:
Current Time: Sat Aug 23 04:43:42 CEST 2025
Total time taken to generate the page: 0.05799 seconds
|