mui icon indicating copy to clipboard operation
mui copied to clipboard

Modern UI for WPF

Results 100 mui issues
Sort by recently updated
recently updated
newest added

Hi, I have the following lines in my MainWindow constructor: ``` Thread.CurrentThread.CurrentCulture = new CultureInfo("pl-PL"); Thread.CurrentThread.CurrentUICulture = new CultureInfo("pl-PL"); FrameworkElement.LanguageProperty.OverrideMetadata(typeof(FrameworkElement), new FrameworkPropertyMetadata(XmlLanguage.GetLanguage(CultureInfo.CurrentCulture.IetfLanguageTag))); ``` However, when using ``` ModernDialog.ShowMessage("test text", "test...

My app uses BBCodeBlocks to run custom commands. When the window with BBCodeBlocks is creating the following messages are printed in Output window: > Exception thrown: 'System.InvalidCastException' in mscorlib.dll >...

bug

In my project I use EF and MAF all is working fine. But if I try to navigate with a button to a page in an other group the page...

First time with C# and WPF w/ ModernUI Framework. Thank you guys for the hard work. I'm trying to understand how I would properly initialize another ModernWindow as well as...

I wanted to add a search facility on the UI and thought of adding a text box (which will act as a search box), where LogoData is there (Highlighed area...

Iam unable to remove border around menu item control. Can you please suggest me how to do that. ![menu](https://cloud.githubusercontent.com/assets/19321513/15206973/89d2cdc2-1840-11e6-9168-24376244be72.png)

When trying to use the ListView I noticed that the DisplayMemberPath property was not working, after some googling I found this SO question: http://stackoverflow.com/questions/8014370/custom-template-for-combobox-ignores-use-of-displaymemberpath When looking at the source code...

i want after user login main menu is added . is it possible???? Please help me

help wanted

I want to change the style or just the color of the backround of the List tab its always white even i select the dark theme

i got two modern window the first is login window that passes a value "Code" after login in , the second window has a List with 3 items ... so...