mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
FlowDirection must be LeftToRight
This commit is contained in:
parent
bfb5a978ee
commit
d1efb9f343
5 changed files with 11 additions and 15 deletions
|
|
@ -79,9 +79,11 @@ 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.Seal();
|
||||
Style = style;
|
||||
|
||||
FlowDirection = FlowDirection.LeftToRight;
|
||||
|
||||
SizeChanged += OnSizeChanged;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue