File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 2020 <DataTemplate x : Key =" DocumentTemplate"
2121 x : DataType =" metadata:ToolkitFrontMatter" >
2222 <muxc : TabViewItem Header =" {x:Bind Title}"
23- IconSource =" {StaticResource DocumentIcon}" >
23+ IconSource =" {StaticResource DocumentIcon}"
24+ IsClosable =" False" >
2425 <renderer : ToolkitDocumentationRenderer Metadata =" {Binding}" />
2526 </muxc : TabViewItem >
2627 </DataTemplate >
2728
2829 <DataTemplate x : Key =" SampleTemplate"
2930 x : DataType =" metadata:ToolkitSampleMetadata" >
3031 <muxc : TabViewItem Header =" {x:Bind DisplayName}"
31- IconSource =" {StaticResource SampleIcon}" >
32+ IconSource =" {StaticResource SampleIcon}"
33+ IsClosable =" False" >
3234 <ScrollViewer Padding =" 16" >
3335 <renderer : ToolkitSampleRenderer Metadata =" {Binding}" />
3436 </ScrollViewer >
35-
3637 </muxc : TabViewItem >
3738 </DataTemplate >
3839
You can’t perform that action at this time.
0 commit comments