Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

UWP Treeview missing from toolbox

Tags:

uwp

uwp-xaml

I have Windows 10 target version Build 17134 and Min version is Creators Update Build 15063

I have Microsoft.UI.Xaml 2.0.18091 installed via Nuget Package Manager

Running VS2017 15.8.6

But I cannot see a TreeView control in the toolbox

error picture

[Update]

When I try to paste in Xaml from the docs I get an error

XAML1104 The type 'TreeViewNode' is not available in the target platform minimum version (10.0.15063.0) supported by this project

[Update]

I have windows version 1809 and build 17763 windows builds

I have SDK 10.0.17763

However the only treeview in the tool box is Microsoft.UI.Xaml.Controls

like image 538
Kirsten Avatar asked Aug 30 '26 06:08

Kirsten


1 Answers

XAML1104 The type 'TreeViewNode' is not available in the target platform minimum version (10.0.15063.0) supported by this project

The TreeViewNode class is introduced from Windows 10, Build 17134, it's not available in 15063.

The error message also has explained it. You need to make your project's target/min version is 17134 or higher.

like image 170
Xie Steven Avatar answered Sep 01 '26 10:09

Xie Steven



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!