Nested ListBox in DataGrid? Inherit style?
- by Chris
I have a DataGrid with multiple columns.
The data grid has a style that changes the forecolor of text on a row where the mouse is over or the row has been selected. So the text color will change from black to white, for example.
In one of the columns in the data grid, I have a ListBox.
Is it possible for the items in the list box to have the…