Share via

How Modify Table Control Style in WPF ?

929Free 661 Reputation points
2021-10-11T01:50:11.177+00:00

C# code:
Label seperator = new Label();
seperator.Content = ">";

I want to replace the string with draw line, Preferably, the line thickness can be adjusted. Who can help me ? thanks.

Developer technologies | Windows Presentation Foundation
0 comments No comments

Answer accepted by question author

Viorel 127K Reputation points
2021-10-11T05:47:58.6+00:00

Consider a Line instead of Label. Check an example: https://learn.microsoft.com/en-us/dotnet/api/system.windows.shapes.line.

Was this answer helpful?


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.