I''ve created an inherited grid control. All seems to be working well except in the scenario when the vertical scroll height is slightly larger than the physical size of the grid. In this case the bottom few rows are not displayed and since no scrollbars are displayed they are unreachable.
This typicaly occurs when I have a single row with multiple lines of content as can be seen in the attached screenshot
I''ve tried:
this.grid.VScrollPixel = true;
this.grid.HScrollPixel = true;
(forces scroll bars to appear but the scrolling is screwed up - smallchange has no effect on the grid largechange pages down but am still unable to see all of the content)
and
UpdateScrollBars
(appears to have no effect)
I am running late into UAT so any assistance would be greatly appreciated
screenshot_2416.zip