I need to draw divider lines (with background colors) between logical sections of a complex UI control. I'm thinking of leveraging BoxView
or Frame
for that, but I'd like to choose the most lightweight control. I have also thought about using something like SkiaSharp, but for simple lines, I'm not sure if it's overkill.
↧
What is the most lightweight UI view in XF?
↧