Michael Mairegger

Results 45 comments of Michael Mairegger

@sungam3r As i use the library a lot I am also willing to help maintaining

@nicolaihenriksen Yes there is a reason. I have a "BaseMenu" that contains multiple MenuItems that are reused within many views, e.g. ```xaml ```

Unfortunately it is not working. I created a workaround by modifying the style and removing the two lines that created the issue

I have removed the lines https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/blob/master/MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.Menu.xaml#L230 and https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/blob/master/MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.Menu.xaml#L236 I have found no unexpected visual behavior in my application that got introduced by removing those two lines

Ok thanks for the information. I will try it on my end, and add a branch to my fork that replicates the issue.

I have added your code to MenuAndToolBars.xaml and the following gif shows the behavior ![Issue 3464](https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/assets/4341039/68436a51-f305-44a6-bd57-e55ab93ab3b0)

Thanks. I think the main issue will be that CompositeCollection is not part of the visual tree

> > ``` > > > > > > > > > > > > > > > > > > > > > ``` I came across this issue...

> This line expects there to be a UserControl of .... due to the CompositeCollection. Yes, unfortunately this is true > There might be some confusion about MenuBase: No, it...

@bruno-garcia What are the features that have to be enabled in order to make it work? I have this as baseline: https://github.com/getsentry/self-hosted/blob/24.6.0/sentry/sentry.conf.example.py