Hi everyone.
While using Facebook I noticed that the navbar is “linked” with the scrolling of the list.
how can be implemented such a behavior in b4i? maybe using a clv or scrollview etc..
p.s. what is the maximum file size for attachments in the forum?? 1.76MB gif was rejected (I had to upload it on google drive and retrive the image link from the inspector web ?)
Check the attached example. Note that the CLV isn't resized. Resizing it will cause the scroll position to jump. The "resize layout" option in the layout file is unchecked.
This is a replacement to the modified CLV class (https://www.b4x.com/android/forum/threads/b4x-xui-customlistview-with-animated-header.84245/#post-659768). The two attached projects demonstrate how to use it. Note that pnlTop is positioned above CLV (top position is the same). You need to...
This is a replacement to the modified CLV class (https://www.b4x.com/android/forum/threads/b4x-xui-customlistview-with-animated-header.84245/#post-659768). The two attached projects demonstrate how to use it. Note that pnlTop is positioned above CLV (top position is the same). You need to...