Posted 13 years ago
by Billy Jacobs
Version: 11.1.0545
Platform: .NET 4.0
Environment: Windows 7 (64-bit)
The docking:DockSite.ControlSize is no longer respected in new version.
I am dynamically adding ToolWindow controls at runtime. The width is not working no matter what I set it to. It was working in the previous release.
The following XAML used to work but no longer does.[Modified at 09/28/2011 04:15 PM]
I am dynamically adding ToolWindow controls at runtime. The width is not working no matter what I set it to. It was working in the previous release.
The following XAML used to work but no longer does.
<docking:DockSite.AutoHideLeftContainers>
<docking:ToolWindowContainer x:Name="_sourceItemsToolWindowContainer" TitleBarForegroundActive="White" TitleBarForegroundInactive="White" TitleBarBackgroundActive="{DynamicResource VSBackgroundBrush}" TitleBarBackgroundInactive="{DynamicResource VSBackgroundBrush}" SnapsToDevicePixels="True" docking:DockSite.ControlSize="370,500" />
</docking:DockSite.AutoHideLeftContainers>