The SelectedUnfocusedForeColor property of FlyGrid is ignored when rendering cells in TreeViewColumns.
Reproduction:
[list]Open the FlyGrid example project;
Edit the example treeViewForm.vb in Design mode;
Modify the grid's SelectedBackColor, SelectedForeColor, SelectedUnfocusedBackColor and SelectedUnfocusedForeColor;
Run the program;
Double-click on TreeView replacement;
Select Add Root;
Alternately select the tree and Mouse monitor log
Notice that all of the specified colors except the SelectedUnfocusedForeColor are honored.[/list:u]