WPF Label to TextBox

后端 未结 5 1631
长情又很酷
长情又很酷 2021-01-18 11:39

what is the best practice to show text label (e.g. \"Name\") with the TextBox in WPF? I want a label \"Name\" above the TextBox and many similar Labels/TextBoxes. Should I p

5条回答
  •  无人共我
    2021-01-18 12:00

    If you want the flexibility to manipulate this text label structure I suggest to wrap each TextBox and Label in a dock panel, and set the docking in a style that will apply on all labels and text boxes.

    so it'll be like

    
      
         
       
    
       
         
         
          
      
        
       
      
    
     
    

提交回复
热议问题