Add Spacing properties for DockPanel #293
Closed
Poker-sang
started this conversation in
Ideas
Replies: 1 comment
-
see #346 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Adding the Margin attribute to each child control is cumbersome and adds to the maintenance cost. Can we add
HorizontalSpacing
andVerticalSpacing
properties to theDockPanel
and apply them automatically when the child controls are rendered?Appearance:
Beta Was this translation helpful? Give feedback.
All reactions