Reapz Posted December 23, 2005 Posted December 23, 2005 I have a form with a ListView and a DataGridView. The form resizes itself depending on how much info is in these two controls. Resizing the DataGridView was easy because I just added up the Row heights. The ListView should be easy too because I can use ListViewItem.Bounds.Height to get the height of each item. But no... I am using Groups in my ListView and I can't see how to return the height of the Group.Header as they have no Height property. Any ideas? Quote I'm getting the hang of this now... No really I am!
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.