Welcome Guest Search | Active Topics | Sign In | Register

Last row in grid doesnt show unless scrollbars="both" Options
rv6Driver
Posted: Wednesday, September 5, 2012 4:42:02 PM

Rank: Newbie
Groups: Member

Joined: 9/23/2010
Posts: 7
When I set the grid's ScrollBars="Horizontal", the last row is clipped or not visible, no matter what the Height is set to. Setting the grid height to something much greater than needed to show the 5 rows in the grid, say 470px, does not work and the last row is missing unless I set ScrollBars="Both". In other words,

FixedColumnCount="1"
ScrollBars="Both".
Height="470px"
(gives me a tall grid with visible horiz and vert scrolls and fixed column zero)

conversely...

FixedColumnCount="1"
ScrollBars="Horizontal".
Height="470px"
(gives me a much smaller height grid with a visible horiz scroll and the last row hidden and fixed column zero)
(it actually shrinks the grid height to about 125px or so and clips the last row)

Also, I have tried both scenarios with FixedColumnCount="0" with no change.

Any suggestions?


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.