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?
|