Problem with pagerstyles in datagrid

RichardL890

New member
Joined
Jul 23, 2006
Messages
1
Programming Experience
Beginner
Hi, I'm a beginner of vb.net (and programming in general). I recently imported a VS2003 project file into VS2005. The conversion changed the way my datagrid looks.

In VS2003 it used to look like this
Datagridvs2003.jpg


The page numbers at the bottom is centered and has its own column width. In other words, it's not messing with the headers

This is how it looks in VS2005 now:
Datagridvs2005.jpg


If you look at the pagerstyle, the numbers are all scrunched up and stretching out my "S/L" column. I tried pasting the old code into VS2005 but no luck.

How do I fix it so that it looks like VS2003 where the page numbers don't affect the "S/L" column?
 
Back
Top