You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The borders are still there. I don't know what those black and white boxes are.
I even tried setting WPF GridView's border brush to transparent. Didn't work.
What are those? On WinForms, I am unable to style the selected row, but the borders aren't there.
Steps to Reproduce the Problem
Create a GridView.
Load it up with random entries.
Have you tried the RowFormatting event instead? The CellFormatting only applies to the actual cell and not the row, and since the cells don't occupy the entire content of the row that color shows up.
As for the border, there's a Border property you can set to BorderType.None
Expected Behavior
The borders are gone.
Actual Behavior
The borders are still there. I don't know what those black and white boxes are.
I even tried setting WPF GridView's border brush to transparent. Didn't work.
What are those? On WinForms, I am unable to style the selected row, but the borders aren't there.
Steps to Reproduce the Problem
Create a GridView.
Load it up with random entries.
Code that Demonstrates the Problem
Specifications
The text was updated successfully, but these errors were encountered: