Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
475
Missing column separators when using AppStylist
posted

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.

 

Parents
No Data
Reply
  • 69832
    Verified Answer
    Offline posted

    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.

Children