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
Since update to the latest 7.0 version, I found that I can not hide the Icon on titlebar using IsIconVisable property both in xaml and viewmodel, but can hide icon in the load event.
But the pervoius alpha version such as 7.0.0-alpha0624 was worked correctly.
At last, the code in show case work correctly...
Here is my code, the RibbonWindow_Loaded function was worked correctly.
Where do you bind your IconVisable to the windows IsIconVisible property?
There does not seem to be a connection between those two properties, which should explain why it doesn't work.
thank you for your reply.
The first time I tried to bind the property just in xaml, but was found that the icon didnt hide. Then I also try to hide the icon in code behind using IsIconVisible property. The icon appears to hide when RibbonWindow loaded. But when I try to resize the window, the icon displayed again... The alpha version such as 7.0.0-alpha0624 i used didnt have this problem.
Ah, the resizing part gave me the missing bit of information as i recently added a feature that hides the icon if the window gets smaller than a certain threshold and shows it again if there is enough space again. That seems to overwrite the value you set. Will try to reproduce and fix it for version 7.0.1
Forgive my poor English...
Since update to the latest 7.0 version, I found that I can not hide the Icon on titlebar using
IsIconVisable
property both in xaml and viewmodel, but can hide icon in the load event.But the pervoius alpha version such as 7.0.0-alpha0624 was worked correctly.
At last, the code in show case work correctly...
Here is my code, the
RibbonWindow_Loaded
function was worked correctly.Environment
The text was updated successfully, but these errors were encountered: