mui
mui copied to clipboard
Modern UI for WPF
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 >...
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. 
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
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...