Grid Splitter problem in WPF

后端 未结 4 1213
死守一世寂寞
死守一世寂寞 2021-02-07 13:27

I want a layout like VS 2008. In which I want two columns and second columns is again split into two.

I done that in the xaml mentioned below, but the GridSplitter

4条回答
  •  别那么骄傲
    2021-02-07 14:12

    Change your vertical Splitter to

    
    

    This will be much better way to use GridSplitter

    
        
            
            
            
        
    
        
            Left Hand Side
    
    
        
    
        
    
        
            
                
                
                
            
            
                Hello
                World
            
            
            
                Hello
                World
            
        
    
    

提交回复
热议问题