Gridlines in ListView

0
0
0
0

try this mixin:

 

{
  "name": "Application",
  "appearances": {
    "listview/grid-row": {
      "states": {
        "default": {
          "styles": {
            "widthBottom": 1,
            "colorBottom": "windowFrame",
            "backgroundColor": "table-row-background"
          },
          "properties": {
            "textColor": "table-row"
          }
        },
        "selected": {
          "styles": {
            "backgroundColor": "table-row-background-selected"
          },
          "properties": {
            "textColor": "table-row-selected"
          }
        }
      }
    }
  }
}
  • You must to post comments
0
0

It’s a theme property. I can send you a mixin.theme definition. Vertical, horizontal or both?

  • mitch stephens
    Luca, Can you publish this mixin.Theme if you have it. I am trying to get gridlines on my listview too. Also, would this help with FullRowSelect too? I would like to select a whole ro Thanks mitch
  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.