Default value in WPF Binding

前端 未结 1 2053
伪装坚强ぢ
伪装坚强ぢ 2021-02-20 12:28

I\'ve bound the Height and Width of my window. Now, the window is so tiny in Visual Studio I can\'t work on it anymore. Setting default values to

1条回答
  •  半阙折子戏
    2021-02-20 12:44

    See FallbackValue:

    
        ...
    
    

    You might also be able to use MinWidth or MinHeight to address your small window issue.

    0 讨论(0)
提交回复
热议问题