Re: NSSegmentedControl's sizing behaviour

2015-11-10 Thread Graham Cox
Thanks Ken, that works fine. Eyebrows a little bit raised that this is needed, but then segmented controls are horrible to deal with in any case. —Graham > On 10 Nov 2015, at 3:35 PM, Ken Thomases wrote: > > On Nov 9, 2015, at 9:36 PM, Graham Cox

NSSegmentedControl's sizing behaviour

2015-11-09 Thread Graham Cox
I’m struggling to get the behaviour I want from NSSegmentedControl. I want each segment to have the same width, which is the overall width of the control divided into equal parts. When the overall control is resized, the segment sizes should change, but remain equal to each other and fill the

Re: NSSegmentedControl's sizing behaviour

2015-11-09 Thread Ken Thomases
On Nov 9, 2015, at 9:36 PM, Graham Cox wrote: > > I’m struggling to get the behaviour I want from NSSegmentedControl. > > I want each segment to have the same width, which is the overall width of the > control divided into equal parts. When the overall control is