Héracles do Nascimento Araújo
Héracles do Nascimento Araújo
I think you can add an event or some kind of messaging pattern in this case, I've a small app that hides part of the menu when reaches some state,...
You can build it with your custom changes, the "mui" is the namespace prefix chosen by the project's devs (assuming that it is what you want to change) you can...
what/where exactly you want to change? my previous answer was to change it in code, if there is something on your views you want to change, I need you to...
Well... It happens because the Max/Min Width and Height are hard coded within the control template [see here](https://github.com/firstfloorsoftware/mui/blob/master/1.0/FirstFloor.ModernUI/FirstFloor.ModernUI/Themes/ModernDialog.xaml#L15) So you've 2 options: 1 - Override the default template 2 -...
You can set the ContentLoader to disable caching of the contente, take a look at the docs, there should be something there about it
I haven't used datagrid yet, but I think you should make some styling there... Next week I'll have some time to take look at it and come up with a...
I think you'll need to change the window template, there's nothing native for that
I don't think it's possible the way you're trying, maybe you can hold the navigation showing a dialog window with a processing message/animation and close it when your process is...
not very hard, just add the image to a dynamic resource, set it to your theme and change it in code (that was my first thought but there must be...