wpfui
wpfui copied to clipboard
WPF UI provides the Fluent experience in your known and loved WPF framework. Intuitive design, themes, navigation and new immersive controls. All natively and effortlessly.
### Describe the bug When using a ListView the Listview will not scroll as expected when many items are in the list, instead the whole page will scroll. ### To...
### Describe the bug - It takes two times to leave `ui:NumberBox` focus for the input value to propagate into binded ViewModel; - Changing to `UpdateSourceTrigger=PropertyChanged` makes it behave like...
### Describe the bug App.xaml ### To Reproduce    The constructor is called multiple times, causing the theme to reset. ### Expected behavior how to avoid? ### Screenshots...
Tilebar FontSize is not able to change it was static now change to TemplateBinding FontSize ## Pull request type Please check the type of change your PR introduces: - [x]...
Change MinWidth = 310 to 40 of main border because it is cut while collapse menu. ## Pull request type Please check the type of change your PR introduces: -...
Change MinWidth = 310 to 40 of main border because it is cut while collapse menu. ## Pull request type Please check the type of change your PR introduces: -...
### Describe the bug When the page has ScrollViewBar's scroll bar and the window material is set to `Auto`, there is a high probability that the window will become transparent...
### Describe the bug The titlebar on Windows 11 seems strange. ### To Reproduce Download the WPF UI demo. Build and run it. ### Expected behavior Display the titlebar correctly....
### Is your feature request related to a problem? Please describe The NavigationView binds to a BreadcrumbBar to show the main navigation in the header. However there is a customization...
### Describe the bug When you have a FluentWindow object and set AllowTransparency to true and background to transparent and show a ContentDialog this ContentDialog won't be visible ### To...