Hi!
I'm having trouble with the appearance of the columns in an UltraListView when using an AppStylist theme file. The problem is when applying the theme the column separator lines disappear, making it difficult to see where one column starts and ends (see screenshots below). Is there a property in the AppStylist or in UltraListView to force the display of these separators?
Without AppStylist theme. Column separator lines are visible.
With AppStylist theme. Column separator lines are NOT visible.
Most likely the BorderColor is being set to transparent, or the BorderAlpha is being set to transparent. You might want to search the ISL for "borderColor" or "borderAlpha", there are probably not too many hits and one of them will be the one that is causing this.
Thanx alot!
It was correct the ListViewColumnHeader Border Color was set to Transparent! Now the separator lines are visible again :)