Rank: Member Groups: Member
Joined: 5/7/2008 Posts: 15
|
Hello, I have just installed my license for EO and am absorbing all I can for a project. I'm attempting to code a slide menu control such that it scrolls vertically (a news ticker effect).
I've looked on the forum for code examples, however I can't seem to find any. I would appreciate someone pointing me in the right direction as to how to follow a working example.
Thank you in advance.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, You will need to set the slide menu's EnableScrolling and SingleExpand to true. Once both properties are set and one of the slide panes has more items than SlidePaneHeight can fit, then it will automatically scroll. To change the appearance of the scroll button, you will need to set the slide menu's ScrollUpLookID and ScrollDownLookID. If you are not familiar with look items, see here for more details: http://doc.essentialobjects.com/library/1/menucommon/lookskinandtheme/looks.aspxThanks
|