How to get SegmentedCell from SegmentedControl? #218
Unanswered
Charliego3
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I created a
SegmentedControl
and wanted not to display the border, but I can't do it now. If I can get theSegmentedCell
, I can callcell.SetBordered(false)
to handle it.The expected result is the following

Beta Was this translation helpful? Give feedback.
All reactions