Android Question ListView.BringToFront not working

MrKim

Well-Known Member
Licensed User
Longtime User
I have an Activity with Buttons and labels created in designer.
In code I added a listview made it visible and did List1.BringToFront

List shows up in front of all of the labels but none of the buttons.
Tried send to back on all of the buttons in designer but it had no effect.
Invalidating the Activity after List1.BringToFront had no effect.

I can put my 25 buttons on a panel and make it invisible, just wondering if I am missing something.
 
Top