Is it possible to add a scrollbar to datagrid or gridview, cause i want to show all the records in a same page.
Regards
Karen
If the size of theGridView is not large enough to display all the items, users can scroll horizontally or vertically by using scrollbars, which are provided by aScrollViewer control. AScrollBar is hidden if all the content is visible in a specific direction. Column headers do not scroll with a vertical scroll bar, but do scroll horizontally
from article ..
http://msdn2.microsoft.com/en-us/library/ms752213.aspx
No comments:
Post a Comment