Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1220
grid scrollbar disapeared after upgrading 6.2 to 8.2
posted

Hello

I have a grid that was used for years in 6.2 that always had a vertical scrollbar when accounts shown in grid exceeded certain amount of rows. 

after upgrading to 8.2 the scrollbar never appears, and all excess rows are now hidden and i can't seem to be able to bring the scrollbar back. 

here is my DisplayLayout definition:

 

            <DisplayLayout BorderCollapseDefault="separate" AllowSortingDefault="OnClient" AutoGenerateColumns="False" HeaderClickActionDefault="SortSingle" Name="TradesGrid" RowSizingDefault="fixed"

           RowSelectorsDefault="no" SelectTypeRowDefault="Single" CellClickActionDefault="edit" ScrollBarView="vertical" TableLayout="Fixed" ScrollBar="always" Version="4.00" RowHeightDefault="18" TabDirection="toptobottom">