Hi everybody,
i try to override the default SubItemAppearance of a Column in a specific UltraListViewSubItem.
The Column has Grey Backcolor set in the SubItemAppearance so that all UltraListViewSubItems in that Column will have that Backcolor by default...
Now some ListViewItems need to have an deviant Backcolor on the complete row... so i though that the Appearance of an specific ListViewItem overrides the default SubItemAppearance of an Column... but it does not work... i even tried to apply the specific Backcolor in each of the UltraListViewSubItems...
the SubItemAppearance of the Column wins all the Time :/
is that a bug in 2010.3.20103.2041?
I just checked with the latest source and the UltraListViewSubItem.Appearance is taking precedence over the UltraListViewSubItemColumn.SubItemAppearance; this sounds like a bug that was fixed recently so you might just need to get the latest service release.
Do i have to set the Backcolor in each of the UltraListViewSubItem's or is the Backcolor of the UltraListViewItem going to override the Appearances of it's child UltraListViewSubItems?
It would be logical for me when the UltraListViewSubItem's would inherit the Backcolor from their UltraListViewItem (when a Backcolor was explicitly set) instead of the Column.
Nolde said:Do i have to set the Backcolor in each of the UltraListViewSubItem's