FlowDirection must be LeftToRight

This commit is contained in:
ClemensFischer 2024-09-03 08:27:56 +02:00
parent 2a0f363377
commit 1f8f35d8b5
3 changed files with 3 additions and 0 deletions

View file

@ -79,6 +79,7 @@ namespace MapControl
//
var style = new Style(typeof(MapBase));
style.Setters.Add(new Setter(BackgroundProperty, new SolidColorBrush(Colors.White)));
style.Setters.Add(new Setter(FlowDirectionProperty, FlowDirection.LeftToRight));
Style = style;
SizeChanged += OnSizeChanged;