|
Scrollable Label?
Hey David,
Is it possible to scroll through a label object? Basically I would users to scroll through the text assigned to a label if the data becomes too long to display(Like the Listbox objects) in my plug-in.
I guess that I could figure out how many lines I can fit in the label and then load parts of the string as the down/up arrow is pressed.
I noticed that there is the following in the SDK; I just haven't seen it used in the sample code:
CFControls.skinLabel
needScroll - Label need scrolling flag (Field)
Just wanted to see if you might have a recommendation for this.
|