Replies: 1 comment
-
You can try setting the custom CSS class on a ListView to remove padding from the items
and then define a selector .list-group.custom-items .list-group-item
{
padding: 0;
background-color: red;
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to highlight items on a listview based on the Context.Item value . Is that possible ? I can create a div inside the itemtemplate and give it a color but this doesn't cover the entire item and leaves a white border.
Beta Was this translation helpful? Give feedback.
All reactions