PDA

View Full Version : Menu Widget


rmanchu
05-04-2008, 03:06 AM
I am trying out Menu as a permanently displayed navigation control.

One problem. The width of the Menu seems to be fixed. Using .setAutoWidth or setting style attribute does nothing.

How can make the width of Menu flow to fit into the panel width (in which menu is placed).

Riyaz

darrellmeyer
05-04-2008, 11:05 PM
Width now adjusts based on content size. Fix is in SVN.

rmanchu
05-05-2008, 12:02 AM
Hi Derrel

Will the width flow as per the layout of the parent container?

Riyaz