minimize the Height of the BottomAppBar in a universal App

前端 未结 1 1454
孤独总比滥情好
孤独总比滥情好 2021-01-25 20:25

I want to minimize the Height of the BottomAppBar this is my xaml code:


    

        
相关标签:
1条回答
  • 2021-01-25 21:12

    You can set the properties if the MinHeight to be smaller (default is 60) so the white space is removed.

    <x:Double x:Key="AppBarExpandButtonThemeHeight">48</x:Double>
    <x:Double x:Key="AppBarThemeMinHeight">48</x:Double>
    
    0 讨论(0)
提交回复
热议问题