Is there any difference between WPF TextBlock and TextBox?

前端 未结 2 1414
北荒
北荒 2020-12-23 18:45

What criteria must I consider when selecting one of these two controls?

2条回答
  •  Happy的楠姐
    2020-12-23 19:45

    TextBlock is more lightweight control for displaying text and TextBox is used when you require user input or edit existing text. Proof for mem usage.

提交回复
热议问题