modnaut / primary

0 stars 0 forks source link

Missing Scroll Bar #23

Closed modnaut closed 11 years ago

modnaut commented 11 years ago

If I have a panel and a grid within a panel, the panel on top cuts items off and no scroll bar shows to see items that were cut off (see email for xml).

scrollbar

dannycohn commented 11 years ago

You have to turn autoscroll on for the panel. The default for autoScroll is false in ExtJS, but we can make it true for us if you want. Let me know

modnaut commented 11 years ago

If it's defaulted to 'true' does that mean the scroll bar will always show, even if there is nothing to scroll? Or will it only show in the event there is overflow? If the latter is true, then yes default it to true. Otherwise leave as is for now.

dannycohn commented 11 years ago

Pushed