Wish Containers and other elements support

mc73

Well-Known Member
Licensed User
Longtime User
Playing a bit with the javaFX scene builder, I've noticed some elements not supported yet by b4j. One of them, which I find very significant is the scrollPane.
Now, I can understand that it can take some time to support these things, still I wonder whether there is a workaround for now, in order to get them work.
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
It is true that ScrollPane is not yet exposed. However you can already use it by adding it with the builder.

SS-2014-01-22_15.42.39.png


If you want to access any specific method of ScrollPane then you will need to use JavaObject.
 

mc73

Well-Known Member
Licensed User
Longtime User
It is true that ScrollPane is not yet exposed. However you can already use it by adding it with the builder.

SS-2014-01-22_15.42.39.png


If you want to access any specific method of ScrollPane then you will need to use JavaObject.
Does scrolling work?
 
Top