ListView Scrolling Problem

mjtaryan

Active Member
Licensed User
Longtime User
I have a ListView with the parent view being a panel. The (background) color for both the ListView and its panel are set to White with the listview text being black. The listview has more items than can fit on the screen and, therefore, to read and select the last few items, the listview needs to be scrolled. However, although the visible portion of the listview displays as it should, when I scroll the listview, the background turns to black and the text color stays black. The listview remains this way even after scrolling stops. How do I fix this? Thanks.
 
Last edited:

mjtaryan

Active Member
Licensed User
Longtime User
Ah! Thanks. I used a ListView before, but the list was shorter than the height of the screen.
 
Upvote 0
Top