MaterialDesignInXamlToolkit
MaterialDesignInXamlToolkit copied to clipboard
Google's Material Design in XAML & WPF, for C# & VB.Net.
Using a ListView with thousand of items, and grouping them in an expander cause massive cpu usage, with UI freeze. Removing the expander style seems to fix the issue. What...
adjust dpi on 4K UHD display screen by changing size 250%, cause combobox classic mode popup has wrong placement by windows high-DPI scaling adjustment when FlowDirection = RightToLeft
# The Chinese input method that comes with win10 is not accurately positioned in DialogHost ## 
### Bug explanation HI, how could I change the border thickness of the control in the subject? I've set the control as follows: but is seems that it has no...
### Discussed in https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/discussions/2739 Originally posted by **hahyes** June 9, 2022 Hi there, I followed known to me way to add to Datagrid column to select datagriditems ``` ``` In...
Hi, I think there is an issue with the calculations on "when i hover over a popupbox". I've got a normal PopupBox like this: ``` Notifications ``` I add children...
When using a popupbox the offset values **PopupVerticalOffset/PopupHorizontalOffset** simply have no effect as can be seen in the following example: ``` ``` which results in the following: 
I have the following in my Xaml: ```xaml ``` I expect the popup to show up on the right of the TextBox. But instead I get the following:  Results...
The sorting arrow into a DataGrid is displayed outside the column on the left when vertical grid lines are displayed. The arrow should be contained into the colum on the...
Version 4.0.0; MaterialDesignDemo.exe; net472. (Style MaterialDesignMultiFloatingActionPopupBox, MaterialDesignMultiFloatingActionAccentPopupBox) ~~PopupBox don't opened when cursor is hovered (maybe it is ok).~~ PopupBox don't closed on second click (when opened). PopupBox has incorrect Ripple...