How do I draw a line in WPF which will horizontally fill the width of its parent container, like an hrule?
the Line control seems to want an X1, Y1, X2, Y2 points for start and end. If the parent varies in width, I want the line to vary also. I'd hate to have to add a change size listener just to do something that seems trivial.
the Line control seems to want an X1, Y1, X2, Y2 points for start and end. If the parent varies in width, I want the line to vary also. I'd hate to have to add a change size listener just to do something that seems trivial.