D darabon Active Member Sep 11, 2021 #1 In the designer, We can use Bottom for each view and that is a good feature Can We have this feature in coding built-in? What is the alternative bottom in coding? Thanks
In the designer, We can use Bottom for each view and that is a good feature Can We have this feature in coding built-in? What is the alternative bottom in coding? Thanks
Erel B4X founder Staff member Licensed User Longtime User Sep 12, 2021 #2 You can do everything you like in your code. In most cases it is a mistake but it is possible: B4X: v.Top = Parent.Height - v.Height Upvote 0
You can do everything you like in your code. In most cases it is a mistake but it is possible: B4X: v.Top = Parent.Height - v.Height
D darabon Active Member Sep 12, 2021 #3 Erel said: You can do everything you like in your code. In most cases it is a mistake but it is possible: B4X: v.Top = Parent.Height - v.Height Click to expand... Thank you Upvote 0
Erel said: You can do everything you like in your code. In most cases it is a mistake but it is possible: B4X: v.Top = Parent.Height - v.Height Click to expand... Thank you
LucaMs Expert Licensed User Longtime User Sep 12, 2021 #4 https://www.b4x.com/android/forum/threads/b4x-xui-viewpos-source-code.92820/#content Upvote 0