Is there a documented way for an NSSegmentedControl
to use the trackingMode NSSegmentSwitchTrackingSelectOne
(i.e. exclusively select one segment in the control) and have it rendered using the blue tint highlighting mode - the one we get automatically when using NSSegmentSwitchTrackingSelectAny
?
What I’m looking for is a style similar to the one seen in Xcode’s toolbar or Navigator sub tool bar/switcher:
Attempts so far using either different styles or poking around the headers didn’t turn up anything -
the segmented control is rendered with dark grey highlighting (similar to the one observed in Finder windows).
Any hints on how to activate the blue highlighting mode much appreciated.