Making a custom cell scrollable
Making a custom cell scrollable
- Subject: Making a custom cell scrollable
- From: Andrew Abernathy <email@hidden>
- Date: Tue, 13 Jan 2004 16:17:09 -0800
Anyone know how I can make my custom control/cell's title scrollable?
That is, when someone is editing in an NSTextField and the edit point
would move past the end of the visible area, the text scrolls left to
continue displaying the edit point. I have a (very) custom control and
corresponding cell, and the obvious NSCell API is -setScrollable:YES.
This doesn't work in my case, so evidently either something else I'm
doing is interfering or there's something I'm not doing that I need to
do (I'm doing a lot of manual setup of the field editor).
If I knew what actually makes a text view scrollable like seen in the
field editor for standard NSTextFields, I expect that would help me fix
my problem. I'll happily summarize any responses.
-andrew
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.