Hi
I have a SegmentedControl, which should not be changed accidentially. Therefore, I do not want to use the IndexChanged event, but the LongClick to be sure that the user really wants to change.
My question: How do I get the index of the item of the SegmentedControl that is LongClicked?
thanks!
I have a SegmentedControl, which should not be changed accidentially. Therefore, I do not want to use the IndexChanged event, but the LongClick to be sure that the user really wants to change.
My question: How do I get the index of the item of the SegmentedControl that is LongClicked?
thanks!