B4J Question B4XTable ScrollOffset, ScrollBarChange Event...

Magma

Expert
Licensed User
Longtime User
Hi there...

here started.. a little project for resizing b4xtable but have some problems...

1) i can;t get scrolloffsetx... for example:

when trying to get it with this command:
B4X:
    Dim scrollx As double=B4XTable1.mBase.ScrollViewOffsetX
     Log(scrollx)
getting error:

2) Or I don;t know if exsits scrollbarchange event... is it possible to have it - someway ?

Thanks in advance
 

LucaMs

Expert
Licensed User
Longtime User
mBase is "always" the name of the base PANE(L) of a custom view.
You should get the CustomListView using GetView (I don't know which index, probably 0) from mBase. I'll tell you shortly.

EDIT: it is simply B4XTable1.clvData
 
Last edited:
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…