/// <summary> /// Initializes a new instance of the <see cref="SplitView" /> class. /// </summary> public SplitView() { this.DefaultStyleKey = typeof(SplitView); this.TemplateSettings = new SplitViewTemplateSettings(this); this.Loaded += (s, args) => { this.TemplateSettings.Update(); this.ChangeVisualState(false); }; }
/// <summary> /// Initializes a new instance of the <see cref="SplitView" /> class. /// </summary> public SplitView() { this.DefaultStyleKey = typeof(SplitView); this.TemplateSettings = new SplitViewTemplateSettings(this); }