Windows Develop Bookmark and Share   
 index > Windows Forms Data Controls and Databinding > datagrid rowheight
 

datagrid rowheight

Hi,
I am having difficulties setting the row height of the windows DataGrid.

Do you know how to change the row height of the grid when using a tablestyle?

P.S. I am using the tablestyle to change the size of one of the columns. And because of this, I can not use datagrid.preferedrowheight property.


I can now set the rowheight but the problem now is that when I click on another row and go back to the row which had the proper height, it goes back to the previous height (i.e. wrong height).
Any thoughts pls?
Thanks

arkiboys  Thursday, November 03, 2005 9:18 AM
Maybe the multiline column style on my web site will help

http://www.vb-tips.com/default.aspx?ID=2d0256fd-48ea-4a9c-a993-530a91299771
Ken Tucker  Thursday, November 03, 2005 10:21 AM

You can use google to search for other answers

Custom Search

More Threads

• Limit the number of values in a dropdown in a datagridview at runtime
• Custom Object binding, how do i do this?
• need help with table creation
• ListView DragDrop Index
• BindingList<T> - not throwing ListChanged event
• Extracting cell data from dataGridView
• own DataGridView object Column resize not allowed
• VB2005 Check cells of DataGridView for content
• DB app design suggestion
• How should I resize the datagrid