Is it possibile to set an horizontal scroller to an NSComboBox
? I've tried wraps
, scrolls
or truncates
but they don't allow the horizontal scrolling. I have an NSComboBox
that displays a long line of text (longer than the NSComboBox
lenght) and it could be very useful to scroll the text.
Does anyone have a clue?
Thank you in advance.