How can I make a WPF Expander Stretch?

后端 未结 8 795
醉酒成梦
醉酒成梦 2020-12-29 02:34

The Expander control in WPF does not stretch to fill all the available space. Is there any solutions in XAML for this?

8条回答
  •  一生所求
    2020-12-29 03:14

    This solution is a lot simpler and does not effect other expander controls you may using in your application.

       
        
            
                
    

提交回复
热议问题