Keboo on master
Fix submenus of top-level MenuI… (compare)
Keboo on master
Updating GitHub Action step nam… (compare)
Keboo on icons
Keboo on master
Create control_styles.yml Addi… (compare)
Keboo on master
[Icon update detected by Github… (compare)
<ListView.ItemTemplate>
<DataTemplate>
<StackPanel Orientation="Horizontal">
<Button Command="{x:Static materialDesign:DialogHost.OpenDialogCommand}"/>
</StackPanel>
</DataTemplate>
</ListView.ItemTemplate>
<ListView.ItemTemplate>
<DataTemplate>
<StackPanel Orientation="Horizontal">
<materialDesign:DialogHost CloseOnClickAway="True">
<materialDesign:DialogHost.DialogContent>
<Grid Margin="20">
<TextBlock Text="My first Dialog" />
</Grid>
</materialDesign:DialogHost.DialogContent>
<Button Command="{x:Static
materialDesign:DialogHost.OpenDialogCommand}"/>
</materialDesign:DialogHost>
</StackPanel>
</DataTemplate>
</ListView.ItemTemplate>
path = OpenDialogCommand
still no clue
@Miosss in regards to the popup box that sort of makes sense, the VS designer has historically been a pain to work with. What version of Visual Studio are you on? I know some of the later version (16.8+) have had some significant rework and it may be worth taking another stab at addressing the design time of the controls.
For the second issue that sounds like a bug, do you mind opening an issue for it?