mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 22:46:58 +00:00
FlowDirection must be LeftToRight
This commit is contained in:
parent
2a0f363377
commit
1f8f35d8b5
3 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue