H holyraf Member Apr 30, 2020 #1 I am really confused using anchors. Please help. I want to place the views like in the designer. Thank you so much!
I am really confused using anchors. Please help. I want to place the views like in the designer. Thank you so much!
Erel B4X founder Staff member Licensed User Longtime User Apr 30, 2020 #2 The anchors are not used correctly. Don't use the BOTH anchor here. If you want to put a view in the center then remove the anchor and add: B4X: ProgressBar1.HorizontalCenter = 50%x Upvote 0
The anchors are not used correctly. Don't use the BOTH anchor here. If you want to put a view in the center then remove the anchor and add: B4X: ProgressBar1.HorizontalCenter = 50%x