Hi did anybody noticed that the Scrolling in menu behave strange sometime?
Is there a way to fix this or to disable the scrolling thing?
Lars
Hi did anybody noticed that the Scrolling in menu behave strange sometime?
Is there a way to fix this or to disable the scrolling thing?
Lars
See if adding the following code somewhere before you define the gridpanel will help:
Code:Ext.menu.Menu.prototype.enableScrolling = false;
Thanks, u saved my day!
Lars