We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I use the following code in Version 1.2.0 and up, it does not create the LeftWindowCommands buttons like it used to.
<controls:MetroWindow.Resources> <DataTemplate x:Key="ModuleCommandTemplate"> <Button Content="{Binding ModuleDisplayName}" Command="{x:Static cmd:ApplicationCommands.NavigateCommand}" CommandParameter="{Binding}" Width="Auto" Height="50" HorizontalContentAlignment="Stretch" VerticalAlignment="Center" VerticalContentAlignment="Center" FontSize="16"> </Button> </DataTemplate> </controls:MetroWindow.Resources> <controls:MetroWindow.LeftWindowCommands> <controls:WindowCommands ItemsSource="{Binding ModuleNames}" ItemTemplate="{StaticResource ModuleCommandTemplate}"> </controls:WindowCommands> </controls:MetroWindow.LeftWindowCommands>
The text was updated successfully, but these errors were encountered:
79f895e
@mtaulbee should be fixed now
Sorry, something went wrong.
Awesome, so this will be fixed with release 1.3.0 then?
@mtaulbee Yes and you can even test it with the latest pre-release
punker76
No branches or pull requests
What steps will reproduce this issue?
When I use the following code in Version 1.2.0 and up, it does not create the LeftWindowCommands buttons like it used to.
Environment
The text was updated successfully, but these errors were encountered: