Hi to all,
I'm using CustomListView for to show a list from where the customer needs to choose one of it.
If I am many texts to show, it works very well, but if I am only 4 text, I see a white space and I don't like it.
Please see the image attached with the screenshot: you can see that after the text "Pomeriggio secondo giro - 16:00" there aren't any other choice, but there is a rectangle white until the bottom of the screen.
How can I tell to CustomListView that this area are black ??
I create CustomListView in this mode:
clv.Initialize(Me, "clv")
Activity.AddView(clv.AsView, 0, 50dip, 100%x, 100%y)
Many thanks
Sergio