Re: Disabling a grid in wxEuphoria
- Posted by mattlewis (admin) Mar 12, 2015
- 1342 views
unsteady said...
I looked at the whole list of controls for Grid, but could not find a way of making a Grid completely disappear once it is created. I can "clear' the values in the Grid, but I want to make it completely disappear. I was going to try and create a Child Window and put the Grid in there, and see if I can make it disappear by disabling the child window.
Please advise.
It's documented under wxFrame, but show_window() can hide or show a control.
Matt