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: Thu Jan 29 09:04:28 CET 2026
Total time taken to generate the page: 0.11521 seconds
|