File tree Expand file tree Collapse file tree 3 files changed +14
-5
lines changed
Navigation/Presentation/ContentControlNavigation Expand file tree Collapse file tree 3 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 9
9
<!-- See https://aka.platform.uno/using-uno-sdk#implicit-packages for more information regarding the Implicit Packages version properties. -->
10
10
<PropertyGroup >
11
11
<UnoExtensionsVersion >4.2.2</UnoExtensionsVersion >
12
- <UnoToolkitVersion >6.1.8 </UnoToolkitVersion >
12
+ <UnoToolkitVersion >6.2.0-dev.37 </UnoToolkitVersion >
13
13
<UnoThemesVersion >5.1.7</UnoThemesVersion >
14
14
</PropertyGroup >
15
15
</Project >
Original file line number Diff line number Diff line change 9
9
Background =" {ThemeResource ApplicationPageBackgroundThemeBrush}"
10
10
mc : Ignorable =" d" >
11
11
12
+ <Page .Resources>
13
+ <GridLength x : Key =" ZeroWidth" >0</GridLength >
14
+ <GridLength x : Key =" StarWidth" >*</GridLength >
15
+ </Page .Resources>
16
+
12
17
<Grid x : Name =" ParentGrid" >
13
18
<Grid .RowDefinitions>
14
19
<RowDefinition Height =" Auto" />
19
24
<Grid Grid.Row=" 1" >
20
25
<Grid .ColumnDefinitions>
21
26
<ColumnDefinition Width =" *" />
22
- <ColumnDefinition Width =" * " />
27
+ <ColumnDefinition Width =" {utu:Responsive Narrow={StaticResource ZeroWidth}, Wide={StaticResource StarWidth}} " />
23
28
</Grid .ColumnDefinitions>
24
29
25
30
<ListView Grid.Row=" 1"
32
37
</ListView .ItemTemplate>
33
38
</ListView >
34
39
35
- <Grid Grid.Column=" 1" Background =" AliceBlue" >
40
+ <Grid Grid.Column=" 1"
41
+ Background =" AliceBlue"
42
+ Visibility =" {utu:Responsive Narrow=Collapsed,
43
+ Wide=Visible}" >
36
44
<ContentControl HorizontalAlignment =" Stretch"
37
45
VerticalAlignment=" Stretch"
38
46
HorizontalContentAlignment=" Stretch"
39
47
VerticalContentAlignment=" Stretch"
40
- uen:Region.Attached=" True" />
48
+ uen:Region.Attached=" {utu:Responsive Narrow=False,
49
+ Wide=True}" />
41
50
</Grid >
42
51
</Grid >
43
52
</Grid >
Original file line number Diff line number Diff line change 1
1
{
2
2
// To update the version of Uno please update the version of the Uno.Sdk here. See https://aka.platform.uno/upgrade-uno-packages for more information.
3
3
"msbuild-sdks" : {
4
- "Uno.Sdk" : " 5.3.96 "
4
+ "Uno.Sdk" : " 5.4.0-dev.186 "
5
5
},
6
6
"sdk" : {
7
7
"allowPrerelease" : false
You can’t perform that action at this time.
0 commit comments