I will try to explain without video
if I use this code:
scvMain.Initialize("scvMain",100%x, 100%y)
Page1.RootPanel.AddView(scvMain, 0dip, 0dip, 100%x, 100%y)
then it will show only the rows fit the screen it will not scroll even if I put:
scvMain.ScrollEnabled = True
if I change to:
Page1.RootPanel.AddView(scvMain, 0dip, 0dip, 100%x, 90%y)
it will scroll, but I cannot see last row (especially if I put button in the space there) - I will see part of the row, if I try to scroll up, it will automatically bounce down.
I tried to play with:
scvMain.Initialize("scvMain",100%x, 100%y) - changing the %y to smaller
did not help (even worse)
if I use this code:
scvMain.Initialize("scvMain",100%x, 100%y)
Page1.RootPanel.AddView(scvMain, 0dip, 0dip, 100%x, 100%y)
then it will show only the rows fit the screen it will not scroll even if I put:
scvMain.ScrollEnabled = True
if I change to:
Page1.RootPanel.AddView(scvMain, 0dip, 0dip, 100%x, 90%y)
it will scroll, but I cannot see last row (especially if I put button in the space there) - I will see part of the row, if I try to scroll up, it will automatically bounce down.
I tried to play with:
scvMain.Initialize("scvMain",100%x, 100%y) - changing the %y to smaller
did not help (even worse)