|
-
Feb 8th, 2012, 11:20 PM
#1
Thread Starter
Hyperactive Member
dataGridView blank rows
on my form i have a GridView with add/edit/delete rows disabled, i need it to show blank rows for the unused size rather than blank background... something like invoices
thanks
-
Feb 8th, 2012, 11:29 PM
#2
Re: dataGridView blank rows
That's not really how a DataGridView works. If you want a specific number of rows in the grid then you have to add a specific number of rows. What happens if the user changes the size of the grid though? You can't just make extra rows appear and disappear automatically. You may be able to write code to add and remove rows manually but I'm not sure how well it would behave.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|