Forum Discussion

kyu's avatar
kyu
Visitor
10 years ago

Disable scrolling of MarkupList or LabelList

I am using MarkupList to display a list of keywords. I have dig the entire documentation and forum threads but seems there is no way I can disable the scrolling. Just wonder if anyone knows how. Otherwise, I will have to use Label nodes with custom key event. Thanks!

2 Replies

  • Scroll in what respect? If you have the vertFocusAnimationStyle set to floatingFocus, it should only scroll if there are more items than the value of numRows.
  • Although the doc says
     vertFocusAnimationStyle="floatingFocus"
    is default, I still have to explicitly set it for MarkupList. But it worked. Thanks a ton!