How can I limit height of wpf datagridview based on number of rows?
Posted
by chandra
on Stack Overflow
See other posts from Stack Overflow
or by chandra
Published on 2010-04-30T00:23:06Z
Indexed on
2010/04/30
0:27 UTC
Read the original article
Hit count: 572
wpf
|datagridview
how do I set the height of the datagridview based on number of visible rows. Let's say I have a datagridview with datasource, having 100 rows. I want the viewable area to show only 10 rows. The other rows can be viewed with scrolling.
© Stack Overflow or respective owner