Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ResizeMode="NoResize" and ShowInTaskbar="False" causes crash on startup #714

Closed
VratislavBelsky opened this issue Apr 16, 2019 · 0 comments
Assignees
Labels
Milestone

Comments

@VratislavBelsky
Copy link

Try to yourself adjust RibbonWindow thus:
<fluent:RibbonWindow x:Class="FluentTest.RibbonWindowWithoutRibbon"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:fluent="urn:fluent-ribbon"
mc:Ignorable="d"
Title="RibbonWindowWithoutRibbon"
ResizeMode="NoResize"
ShowInTaskbar="False"
Height="300"
Width="300">

There is no Ribbon in this Window.

</fluent:RibbonWindow>
does not work from version ControlyEx-alpha0245

  • Fluent.Ribbon v7
  • Windows 10
  • .NET Framework 4.62
@batzen batzen self-assigned this Apr 17, 2019
@batzen batzen added this to the 7.0.0 milestone Apr 17, 2019
@batzen batzen changed the title Try to yourself ResizeMode="NoResize" and ShowInTaskbar="False" ResizeMode="NoResize" and ShowInTaskbar="False" causes crash on startup Apr 17, 2019
@batzen batzen closed this as completed in d238174 Apr 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants