I cannot change the focused/selected row background colors. It is white default. I can only see a dashed frame around the row to understand that it is selected. I've tried following
TreeList1.Appearance.SelectedRow.BackColor = Color.BlueViolet
TreeList1.Appearance.FocusedRow.BackColor = Color.BlueViolet
What am I missing?
Thank you