Yoojun Zhou (busy rn!)

Results 116 comments of Yoojun Zhou (busy rn!)

这个问题很久以前就有了,目前可以通过手动设置 IsPaneOpen 为 false 来修补这个问题。我过几天看能不能修一下代码。 https://github.com/iNKORE-NET/Documentation/blob/main/data%2Fdocs%2Fui-wpf-modern%2F03.%20components%2F08.%20navigation%2F%23%20navigation-view%2Findex.en-US.mdx#L49-L55

I think this might be related to #19 (i guess?)

Try setting the MinWidth property to 0 on the radio buttons

Check this code: ```xml ``` ![image](https://github.com/user-attachments/assets/cc0f6b11-9660-4875-b495-70815d2ef38e)

No, you can't do that. Please see the source code of ui:RadioButtons (https://github.com/iNKORE-NET/UI.WPF.Modern/blob/main/source/iNKORE.UI.WPF.Modern.Controls/Controls/Windows/RadioButtons/RadioButtons.xaml). Inside the component a UniformGrid-based panel is used for layout, and this makes your idea not possible....

WindowChrome.IsHitTestVisibleInChrome property needs to be used.

I'm closing this due to long inactivity, feel free to reopen if the issue still exists.

This seems to be related with #190. I'm not sure, waiting for that to be fixed and see what will happen here.

Possible duplicate of #179 ? Check if the latest release (v0.10.1) works for you.