SmartClient 10.0 (v10.0p_2015-09-24/PowerEdition)
When I enable leaveScrollbarGap in a ListGrid that has vertical autofit, then vertical scrollbar gap isn't present - columns take up entire available space. I expect vertical scrollbar gap to be present, along with respective header menu button that resides over vertical scrollbar.
Example: change ListGrid in SmartClient_Explorer.html#autofitRows to:
Then, switch between data set sizes - with 5 rows the gap is not present.
Is this a bug, or can I get this gap to appear in some other way?
Additional question: can I set a minimum height for ListGrid with vertical autofit? I would like it to have a height of one or two records when it's empty.
When I enable leaveScrollbarGap in a ListGrid that has vertical autofit, then vertical scrollbar gap isn't present - columns take up entire available space. I expect vertical scrollbar gap to be present, along with respective header menu button that resides over vertical scrollbar.
Example: change ListGrid in SmartClient_Explorer.html#autofitRows to:
Code:
leaveScrollbarGap: true, autoFitMaxRecords: 8
Is this a bug, or can I get this gap to appear in some other way?
Additional question: can I set a minimum height for ListGrid with vertical autofit? I would like it to have a height of one or two records when it's empty.
Comment