Silverlight zoom levels and resizable panes

1 reply. Last post: December 26, 2011 11:03 PM by Yudi
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback

Hi, I have identified an issue with zoom levels other than 100% and resizable panes under silverlight.  I believe this is similar to the two prior issues I reported regarding silverlight zoom levels.  If you run the very simple sample with a zoom level of say 150%, you will notice that the cursor does not keep track with the thumb on the right panel.  The left panel appear to function ok.  I am running Windows 7 on a 120 dpi monitor.  Thanks, Jonathan

<UserControl x:Class="SilverlightApplication23.MainPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
 xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
 xmlns:Aqua="clr-namespace:Intersoft.Client.UI.Aqua;assembly=Intersoft.Client.UI.Aqua"
 xmlns:Controls="clr-namespace:Intersoft.Client.UI.Controls;assembly=Intersoft.Client.UI.Controls" mc:Ignorable="d" d:DesignHeight="300"
 d:DesignWidth="400">
 <Controls:DockPanel x:Name="LayoutRoot" Background="White">
 <Aqua:UXResizablePane Controls:DockPanel.Dock="Left" Header="Panel 1" ResizeDock="Right"></Aqua:UXResizablePane>
 <TextBlock Text="Middle" Controls:DockPanel.IsFillElement="True"/>
 <Aqua:UXResizablePane Controls:DockPanel.Dock="Right" Header="Panel 2" ResizeDock="Left"></Aqua:UXResizablePane>
 </Controls:DockPanel>
 
</UserControl>

 

All times are GMT -5. The time now is 6:30 PM.
Previous Next