Is there anyway to handle a ListView that has more items than can fit on-screen?
Jan 20, 2016 Replies: 2 Is there anyway to handle a ListView that has more items than can fit on-screen? Click to expand...
stevel05 Expert Licensed User Longtime User Jan 20, 2016 #2 You should automatically see a scroll bar. (if you limit the size of the listview to the screen size)
You should automatically see a scroll bar. (if you limit the size of the listview to the screen size)
LWGShane Well-Known Member Licensed User Longtime User Jan 20, 2016 #3 stevel05 said: You should automatically see a scroll bar. (if you limit the size of the listview to the screen size) Click to expand... Solved it: The pane I had the LV in wasn't anchored properly.
stevel05 said: You should automatically see a scroll bar. (if you limit the size of the listview to the screen size) Click to expand... Solved it: The pane I had the LV in wasn't anchored properly.