Hi all
I am having problems with hidden panels not showing when made visible in the code.
In the designer I have created a panel which has the visible checkbox unticked.
The panel elevation is set to 2 (have tried lots of different numbers) but when it is made visible in the code it does not show over the top of the activity.
The layout is set in the designer script to fill the entire screen using
pnlName.SetLeftAndRight(0,100%x)
pnlName.SetTopAndBottom(0,100%y)
The only way I can get it to work is to put all of the activity controls on a another panel and hide that before I show the desired panel.
Any ideas?
Thanks