Paging index position

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a question about paging index position.

When I setup view position of paging index for DataGrid, I can only select
the page index position at bottom or on the top. However, The .NET IDE tools
automatically layout it in the right top or right bottom. If there are so
many colunms, we can not see it immediately until we scrolling the page
horizontally. My question is How to set it on the left top or at the left
bottom?

Thank you.

David
 
David,

The DataGrid has a PagerStyle property that in turn has a sub property
called HorizontalAlign. Set the HorizonalAlign to "Left" if you want the
paging index aligned to the left. Set the Position property to "Top" or
"Bottom" if you want the pager at the top or bottom.

HTH,
Jorge
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top