Re: [flexcoders] SCROLL for MENU

2007-04-10 Thread Doug McCune
I made some scrollable menu components. They're in FlexLib. You can get the source by checking out the project at http://www.flexlib.net. Here's a link to the scrollable menu example: http://flexlib.googlecode.com/svn/trunk/examples/ScrollableMenus/ScrollableMenu_Sample.swf Doug On 09 Apr 2007

Re: [flexcoders] SCROLL for MENU

2007-04-09 Thread Samuel Reuben
Hi Sanjay, The way menu works, I don't think you can get a scroll bar for the menuItems. You could of course try to make one yourself. I'd suggest using a ComboBox (you can set the dropDown's height) or a PopUpButton (with a list popped up). Hope that helps, -sam On 29 Mar 2007 23:58:22

[flexcoders] SCROLL for MENU

2007-03-29 Thread sanjaypmg
Hi All, I am using menu in my project but there are a huge number of items to be displayed in menu like 10-15 I want to put vertical scroll to make its height short... Is it possible? How can I do it? Thanks in Advance.. Sanjay