moore_it Well-Known Member Licensed User Longtime User Feb 12, 2019 #1 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 Feb 12, 2019 #2 I also noted, that nor B4X: Scrollpane1.Reszie(100dip,200dip) neither B4X: ScrollPane1.PrefWidth = 30 wouldn't work. Upvote 0
I also noted, that nor B4X: Scrollpane1.Reszie(100dip,200dip) neither B4X: ScrollPane1.PrefWidth = 30 wouldn't work.
Erel B4X founder Staff member Licensed User Longtime User Feb 13, 2019 #3 AnchorPane is a thing of the past. Don't use it. It was relevant before the visual designer was added. Upvote 0
AnchorPane is a thing of the past. Don't use it. It was relevant before the visual designer was added.
moore_it Well-Known Member Licensed User Longtime User Feb 13, 2019 #4 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
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
Erel B4X founder Staff member Licensed User Longtime User Feb 13, 2019 #5 See xCustomListView example. The items are resized automatically. Upvote 0
moore_it Well-Known Member Licensed User Longtime User Feb 13, 2019 #6 Ok i try it thanks Erel Upvote 0