How to use ToolBarTray?
Posted: 13 Nov 2019, 11:46
I saw official manual mentioned about ToolBarTray, and I can see ToolBarTray class in Noesis namespace.
However when I tried to use ToolBarTray, I got error in Unity editor.
My simple xaml just looks like this
And I get errors: Can't assign child to parent ToolBar.
(I am using NoesisGUI v2.2.4 and Unity2019.2.3)
However when I tried to use ToolBarTray, I got error in Unity editor.
My simple xaml just looks like this
Code: Select all
<DockPanel>
<ToolBarTray DockPanel.Dock="Top">
<ToolBar>
</ToolBar>
</ToolBarTray>
</DockPanel>
Does that mean currently not support ToolBarTray for Unity? Or did I do something wrong?[noesis] Assets/Xamls/Mono2DToolbar.xaml(12): Can't assign child to parent ToolBar.
UnityEngine.Debug:LogError(Object)
(I am using NoesisGUI v2.2.4 and Unity2019.2.3)