vhd_bgh Member Jun 9, 2020 #1 Hi I want to use a vertical progress bar to show signal strength. (by XUI Views) like this pink bar: But by default, it's horizontal. How can i make it vertical? And do you know a better method and library for this?
Hi I want to use a vertical progress bar to show signal strength. (by XUI Views) like this pink bar: But by default, it's horizontal. How can i make it vertical? And do you know a better method and library for this?
Erel B4X founder Staff member Licensed User Longtime User Jun 9, 2020 #2 It will be vertical if the custom view height is larger than its width. Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Jun 10, 2020 #5 B4X: AnotherProgressBar1.mBase.Rotation = 180 AnotherProgressBar1.SetValueNoAnimation(0) AnotherProgressBar1.Value = 80 Upvote 0
B4X: AnotherProgressBar1.mBase.Rotation = 180 AnotherProgressBar1.SetValueNoAnimation(0) AnotherProgressBar1.Value = 80