Ho to All
I want to use a CustomListView to show some files. In the designer, I can set Visibility, but it seems not programmatically. In fact, I would like this list to appear/ disappear.. but I don't see the Visible and Enabled methods in the CustomListView list of methods appearing with IntelliSense.. What am I missing? Thanks in advance
Ok. Thank you, it works, but it is necessary to add some information, because it is not totally clear. The CustomListView has a Panel as parent. In this condition, it doesn't appear anyway (at least in my code). Putting it with Activity as parent, it works. This is what I see.
Also this doesn't work if parent is the Panel... To add further info, I display an OpenGL texture over the Panel. I know that in debug mode the texture is not displayed, this is not the concern. Thanks a lot