Sorry, but there are no more tags available to filter with.
-
Hello again, I cannot find a way to add controls to the XAML view for a ToolWindow. If I have a WindowGroup and then declare ToolWindow, as in the line below, there seem to be no way to add a control to it via XAML. <sd:ToolWindow Name="tabActivities" Title="Activities" /> Adding...
-
Hi Tim, Below is some code to float a ToolWindow and have it fade in/out when the mouse enters/leaves the window. Rather than implementing a specific fade in/out behaviour, I think it would be more benifical to expose the primary Element hosting the ToolWindow. Currently the primary Element type is obfuscated...