B4J Question [RESOLVED] scrollview to my customview

ivanomonti

Expert
Licensed User
Longtime User
I'm creating my own personalized listview to study my new custoview, but I have two questions to ask, perhaps already answered

1) insert the scrollview into mbase
2) being able to increase the height of the scroll based on the elements that I am going to insert into the mbase

thanks in advance for the help

1697107057242.png
 

ivanomonti

Expert
Licensed User
Longtime User
today I wanted to study so as not to think... and so I did this

solved by changing the way of scrolling the records, I set everything dynamically so as to be free from libraries and object constraints.

This Custom view is simple but well adaptable to many purposes and does not have thousands of lines but a few and does everything you want from a listview

search for integrated data
record progression (forward and next)
deletion of record based on index
empty everything
color of the selected row
change color on mouse hover

you can do billions of things with this simple base.

1697129700317.png
 
Upvote 0
Top