B4J Library Scrolling Property Sheet

This is a property sheet on a ListView with CSS optimized for small views but scales pretty well.

upload_2018-10-9_22-29-36.png
upload_2018-10-9_22-30-24.png



upload_2018-10-9_22-31-23.png
The type of node used is determined by the initial data passed in the AddProperty method.

It will return Valuechanged and / or Action events as appropriate to the view.

The line height and divider data view percentage are settable in the designer, it will determine a font size based on the line height.

I created this for my latest project and thought I'd share.

I hope you find it useful. Full project source code is in the zip, you can compile it to a library. Documentation is available from my googledrive here (courtesy of Informatix's LibDoc)

Update to v0.2 Fixed a bug in the setValue method.

4
 

Attachments

  • PropertyEditor.zip
    6.6 KB · Views: 284
Last edited:

stevel05

Expert
Licensed User
Longtime User
Update to v0.2, fixed a bug in the set value method.
 
Top