You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the new version, setting ShowIconOnTitleBar to False in the XAML seems to have no effect, and it is the same if i put this in te constructor. However, it worked when i put this.ShowIconOnTitleBar = false; in the Loaded method.
Is it the expected behaviour, or a side effect of #1810 ?
The text was updated successfully, but these errors were encountered:
k94ll13nn3
changed the title
ShowIconOnTitleBar not working in XAML in 1.1.0
ShowIconOnTitleBar not fully working in 1.1.0
Feb 25, 2015
Hi,
With the new version, setting
ShowIconOnTitleBar
toFalse
in the XAML seems to have no effect, and it is the same if i put this in te constructor. However, it worked when i putthis.ShowIconOnTitleBar = false;
in theLoaded
method.Is it the expected behaviour, or a side effect of #1810 ?
The text was updated successfully, but these errors were encountered: