tufanv Expert Licensed User Longtime User May 10, 2023 #1 Hello, I need a multiline segmented view because there are more than 5 options to select from. I found an objective c code that may achieve this. How can I use it with b4i? B4X: [[UILabel appearanceWhenContainedIn:[UISegmentedControl class], nil] setNumberOfLines:0];
Hello, I need a multiline segmented view because there are more than 5 options to select from. I found an objective c code that may achieve this. How can I use it with b4i? B4X: [[UILabel appearanceWhenContainedIn:[UISegmentedControl class], nil] setNumberOfLines:0];
Erel B4X founder Staff member Licensed User Longtime User May 11, 2023 #2 This will cause the labels inside the segmented control to be multiline. It will not make the control itself multiline. Upvote 0
This will cause the labels inside the segmented control to be multiline. It will not make the control itself multiline.