Hello,
We have a datagridview setup as a treeview.
When you place your mouse over an item, a box draws around it automatically. (we did not create that functionality)
How do we set it so the box is the size of the text and items but not the row?
-Matt.
Usually setting the HorixontalContentAlignment property to Left on the item will fix this. Let me know if you need further help with this.
Thanks