Set FlowDirection in MapPanel constructor

This commit is contained in:
ClemensFischer 2025-11-12 22:18:12 +01:00
parent 3d115c6dc7
commit cb4dff8bcb
4 changed files with 1 additions and 12 deletions

View file

@ -78,8 +78,6 @@ namespace MapControl
style.Seal();
Style = style;
FlowDirection = FlowDirection.LeftToRight;
SizeChanged += OnSizeChanged;
}