B4J Question AnchorPane and Canvas

moore_it

Well-Known Member
Licensed User
Longtime User
Hi all,
i put in an scrollpane an drawed canvas how i do for resizing this object ?

Thanks in advice
 

GMan

Well-Known Member
Licensed User
Longtime User
I also noted, that nor
B4X:
Scrollpane1.Reszie(100dip,200dip)
neither
B4X:
ScrollPane1.PrefWidth = 30
wouldn't work.
 
Upvote 0

moore_it

Well-Known Member
Licensed User
Longtime User
Wich is the best way for put panes in scrollpane and resize them ?
I use loadlayout for every pane that i add to scrollpane.
Thanks in advice
 
Upvote 0
Top