Hi there How can I measure the width taken by a radio button including its text? Thanks
Mar 18, 2018 Replies: 1 Hi there How can I measure the width taken by a radio button including its text? Thanks Click to expand...
Mashiane Expert Licensed User Longtime User Mar 18, 2018 #2 Solution... B4X: MainForm.RootPane.AddNode(rbI,0,0,-1,-1) rbI.Snapshot rbI.RemoveNodeFromParent Dim thiswidth As Float = rbI.Width
Solution... B4X: MainForm.RootPane.AddNode(rbI,0,0,-1,-1) rbI.Snapshot rbI.RemoveNodeFromParent Dim thiswidth As Float = rbI.Width