I am working on an application using Xamarin for Mac that will run on both Mavericks and Yosemite. I want the make the NSProgressIndicator
bar height to be 20 pixels, but my attempts at subclassing it and overriding DrawRect
haven't resulted in what I need.
How do I give the NSProgressIndicator
a custom height? Can I draw the default just taller or do I need to implement completely custom draw code?