Home › Forums › WinForms controls › Xceed Grid for WinForms › Suppress Grid Lines › Reply To: Suppress Grid Lines
Hi, I”m sure the answer you’ve provided accomplishes the stated and intended goals of the developer, but it would be great if I could instead do something like this:
row.Borders.Bottom.Size = 0;
row.Borders.Bottom.Color = Color.Blue;
row.Alignment = ContentAlignment.MiddleLeft;
See? Intuitive, intellisense helps me along, no error message telling me that Borders.Bottom is read-only, no extra inheritance-with-custom-borders-overriding required.
I think you’d make a lot of programmers happy with this ability.
Imported from legacy forums. Posted by camera (had 373 views)