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
230
AppStyle Template - Grid Alternate Appearance
posted

I may not be able to do what I'm trying to accomplish...but here's the issue:

I started a new AppStyle by utilizing the "Nautilus.isl" as the beginning template. I like the look and feel overall and "tweaked" it ever so slightly until I got the desired results. One feature I'd like to have on my Grid is an alternating row color...which when adding a grid without styling is easier using the override on the RowAlternateAppearance property. But AppStyle appears to be an image - in my opinion - that circumvents code I've added to set the alternate color on a grid's band.

Now...if I start with a blank Style Library - with or without themes - it works great. I can set the Alternate Item properties and see the results in the AppStyle designer. However, if I start with a template to use as my base - the best I can achieve is an outline on the row - which is why I assume an image is sitting on top of the cells. Here's an example with the Alternate Item Background color set to red - to standout - and the results:

Is there a way to get the background color I want to fill the cells across the row, or is starting with a template as my base design simply the wrong approach if I want to do this?

Thanks

 

 

Parents
  • 469350
    Offline posted

    Hi,

    I took a look at the Nautilus style and I notice that the GridRow UIRole does indeed have an ImageBackground assigned to it. However, when I removed this, that doesn't seem to make any difference to the AlternateItem state on the row. It still doesn't show through.

    It looks to me like the row color is not visible because the cells are covering it. This is why you see a border around the row - that's the only part of the row not covered by a cell.

    Sure enough, the Base role in this style library has it's background color set to White. This gives every cell a solid white BackColor which covers the row color.

    So one easy way to get around this is to go to the GridCell UIRole and, on the Background chunk, set the Alpha to Transparent. Or, you could set the Background color to Transparent. The latter might be better, actually, since that way you could still override it if you want to color an individual cell in your application.

Reply Children