﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - ClientUI - Error with UXScrollViewer</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Error-with-UXScrollViewer/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Error with UXScrollViewer</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Error-with-UXScrollViewer/</link><pubDate>Wed, 07 Dec 2011 02:28:04 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hello Richard,&lt;/p&gt;&lt;p&gt;As default, UXListBoxItem could not be dragged or dropped. UXListBox has properties AllowDrop,AllowDropItem,AllowMoveItem,AllowRemoveItem,AllowReorderItem for that scenario. As default, those properties are set to false.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>Error with UXScrollViewer</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Error-with-UXScrollViewer/</link><pubDate>Tue, 06 Dec 2011 04:14:06 GMT</pubDate><dc:creator>zen8019</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;&lt;p&gt;I think I have amanged to resolve this - I changed the listbox property 'Drag Mode' from &lt;b&gt;Move &lt;/b&gt;to &lt;b&gt;Copy &lt;/b&gt;and this seemd to sort it&lt;b&gt;.&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;I don't think the issue was with the scroller - the scrolling action caused the drag action.&lt;/p&gt;
&lt;p&gt;How do I disable dragging?&lt;/p&gt;
&lt;p&gt;Richard&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Error with UXScrollViewer</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Error-with-UXScrollViewer/</link><pubDate>Wed, 30 Nov 2011 23:49:17 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>Hello,&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;Can you provide a working sample that replicates this issue? I need this to investigate the error.&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;Regards,&lt;br /&gt;Handy&lt;/div&gt;</description></item><item><title>Error with UXScrollViewer</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Error-with-UXScrollViewer/</link><pubDate>Wed, 30 Nov 2011 10:00:59 GMT</pubDate><dc:creator>zen8019</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;&lt;p&gt;Please see attached screen shots.&lt;/p&gt;
&lt;p&gt;I have a UXscrollerview within a listbox/data template.  When I use the top and bottom scoller buttons the text scrolls okay - when I drag the scroller bar I first get a new row on the list box (see screenshot) and then if I keep dragging I get runtime error - can you please advise&lt;/p&gt;
&lt;p&gt;I have enclosed XAML&lt;/p&gt;&lt;pre&gt;&amp;lt;Intersoft:UXDialogBox 
	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"
	mc:Ignorable="d"
	xmlns:Intersoft="http://intersoft.clientui.com/schemas"
    x:Class="Abracadabra.Views.MyStuff.Reviews" 
	xmlns:ViewModels="clr-namespace:Abracadabra.ViewModels"
     x:Name="ReviewsPage" 
    FontFamily="../Fonts/Fonts.zip#Myriad Pro" FontSize="14"
    
    Header="{Binding SelectedItem.Title}" ContentMargin="0" d:DesignHeight="600" d:DesignWidth="896" Width="800" Height="600"   &amp;gt;
    &amp;lt;Intersoft:UXDialogBox.Resources&amp;gt;
        &amp;lt;ViewModels:ReviewsViewModel x:Key="ReviewVM"/&amp;gt;
        &amp;lt;DataTemplate x:Key="EnquiryViewTemplate"&amp;gt;
            &amp;lt;Grid Height="130" Margin="5,3,0,0"&amp;gt;
                &amp;lt;Grid.ColumnDefinitions&amp;gt;
                    &amp;lt;ColumnDefinition Width="220"/&amp;gt;
                    &amp;lt;ColumnDefinition Width="*"/&amp;gt;
                &amp;lt;/Grid.ColumnDefinitions&amp;gt;
                &amp;lt;StackPanel Grid.Column="0" HorizontalAlignment="Left" Orientation="Vertical" VerticalAlignment="Top" Margin="5,7,0,0"&amp;gt;
                    &amp;lt;TextBlock TextWrapping="Wrap" Text="{Binding FullNameClass}" Width="215" FontSize="12" Margin="0,3,0,5" HorizontalAlignment="Left"/&amp;gt;
                    &amp;lt;TextBlock  Text="{Binding ReviewDateFormatted}"  Width="215" FontSize="12" Margin="0,3,0,5" HorizontalAlignment="Left" /&amp;gt;
                    &amp;lt;Intersoft:UXRating Maximum="100" Minimum="0" Value="{Binding Score, Mode=OneWay}"   Margin="8" Background="Transparent" ToolTipVisibility="Visible" PrecisionInterval="1" PrecisionMode="Full" ItemCount="5" /&amp;gt;
                &amp;lt;/StackPanel&amp;gt;
                &amp;lt;Border Grid.Column="1" HorizontalAlignment="Left" Margin="10,5,10,10" VerticalAlignment="Top"  Padding="10" CornerRadius="8" Background="#7FEBEBEB"&amp;gt;
                        &amp;lt;Intersoft:UXScrollViewer &amp;gt;
                        &amp;lt;TextBlock TextWrapping="Wrap" Text="{Binding ReviewNotes}" FontSize="12"  Width="450" Margin="0,3"/&amp;gt;
                        &amp;lt;/Intersoft:UXScrollViewer&amp;gt;
                &amp;lt;/Border&amp;gt;
                &amp;lt;Intersoft:UXSeparator VerticalAlignment="Bottom" Grid.ColumnSpan="2" Background="#FFD8D8D8"/&amp;gt;
            &amp;lt;/Grid&amp;gt;
        &amp;lt;/DataTemplate&amp;gt;
    &amp;lt;/Intersoft:UXDialogBox.Resources&amp;gt;
    &amp;lt;Grid x:Name="LayoutRoot" DataContext="{Binding Source={StaticResource ReviewVM}}" Width="Auto"&amp;gt;
        &amp;lt;Grid.Resources&amp;gt;
            &amp;lt;Intersoft:CommandReference x:Key="AddCommand" Command="{Binding AddCommand}"/&amp;gt;
            &amp;lt;Intersoft:CommandReference x:Key="EditCommand" Command="{Binding EditCommand}"/&amp;gt;
            &amp;lt;Intersoft:CommandReference x:Key="DeleteCommand" Command="{Binding DeleteCommand}"/&amp;gt;
        &amp;lt;/Grid.Resources&amp;gt;
        &amp;lt;Intersoft:CommandManager.InputBindings&amp;gt;
            &amp;lt;Intersoft:InputBindingCollection&amp;gt;
                &amp;lt;Intersoft:KeyBinding Command="{StaticResource AddCommand}" Gesture="Ctrl&amp;#43;Shift&amp;#43;A"/&amp;gt;
                &amp;lt;Intersoft:KeyBinding Command="{StaticResource EditCommand}" Gesture="Ctrl&amp;#43;Shift&amp;#43;E"/&amp;gt;
                &amp;lt;Intersoft:KeyBinding Command="{StaticResource DeleteCommand}" Gesture="Ctrl&amp;#43;Shift&amp;#43;X"/&amp;gt;
            &amp;lt;/Intersoft:InputBindingCollection&amp;gt;
        &amp;lt;/Intersoft:CommandManager.InputBindings&amp;gt;
        &amp;lt;Intersoft:DockPanel FillChildMode="Custom"&amp;gt;
            &amp;lt;Grid Height="106" Margin="0,0,0,0" Intersoft:DockPanel.Dock="Top" Background="#FFB8B0E6"&amp;gt;
                &amp;lt;Grid.ColumnDefinitions&amp;gt;
                    &amp;lt;ColumnDefinition Width="74"/&amp;gt;
                    &amp;lt;ColumnDefinition Width="*"/&amp;gt;
                &amp;lt;/Grid.ColumnDefinitions&amp;gt;
                &amp;lt;Intersoft:ContentReflector HorizontalAlignment="Left" VerticalAlignment="Top" ContentHeight="64"&amp;gt;
                    &amp;lt;Image Source="{Binding SelectedItem.imgSmall}" /&amp;gt;
                &amp;lt;/Intersoft:ContentReflector&amp;gt;
                &amp;lt;StackPanel Grid.Column="1" HorizontalAlignment="Left" Orientation="Vertical" VerticalAlignment="Top" Margin="5,7,0,0"&amp;gt;
                    &amp;lt;Intersoft:EllipsisText Text="{Binding SelectedItem.Title}" Width="300" FontSize="12" Margin="0,3,0,5" HorizontalContentAlignment="Left"/&amp;gt;
                    &amp;lt;Intersoft:EllipsisText  Text="{Binding SelectedItem.Author}"  Width="300" FontSize="12" Margin="0,3,0,5" HorizontalContentAlignment="Left" /&amp;gt;
                &amp;lt;/StackPanel&amp;gt;
                &amp;lt;Border Grid.Column="1" HorizontalAlignment="Left" Margin="425,5,10,10" VerticalAlignment="Center" Width="250" Padding="5" CornerRadius="8" Background="#7FEBEBEB"&amp;gt;
                    &amp;lt;StackPanel Margin="5,0,0,0"&amp;gt;
                        &amp;lt;TextBlock Text="Sort Order:" FontSize="12" &amp;gt;&amp;lt;/TextBlock&amp;gt;
                        &amp;lt;Intersoft:UXRadioButton Content="Rating (number of stars)" Margin="20,0,0,0" IsEnabled="{Binding CheckedState, ElementName=uXCheckBox1}" Style="{StaticResource CenteredRadioStyle}"/&amp;gt;
                        &amp;lt;Intersoft:UXRadioButton Content="Date of Review" Margin="20,0,0,0" IsEnabled="{Binding CheckedState, ElementName=uXCheckBox1}" CheckedState="True" Style="{StaticResource CenteredRadioStyle}"/&amp;gt;
                    &amp;lt;/StackPanel&amp;gt;
                &amp;lt;/Border&amp;gt;
                &amp;lt;Intersoft:UXSeparator VerticalAlignment="Bottom" Grid.ColumnSpan="2" Background="#FFD8D8D8"/&amp;gt;
            &amp;lt;/Grid&amp;gt;
            &amp;lt;Intersoft:ContentTransition Intersoft:DockPanel.Dock="Top" Intersoft:DockPanel.IsFillElement="True" PerformTransitionOnLoad="True" TransitionDuration="1.5"&amp;gt;
                &amp;lt;StackPanel Orientation="Horizontal"&amp;gt;
                    &amp;lt;Intersoft:UXListBox HorizontalAlignment="Left" MinWidth="450" Intersoft:DockPanel.IsFillElement="True" 
                                         ItemsSource="{Binding Model}" ItemTemplate="{StaticResource EnquiryViewTemplate}" 
                                         HorizontalScrollBarVisibility="Disabled" VerticalScrollBarVisibility="Visible" 
                                         Name="mainList" SelectedItem="{Binding Path=SelectedItem, Mode=TwoWay}" 
                                         SelectedIndex="{Binding Path=SelectedIndex, Mode=TwoWay}" AllowReorderItem="True" 
                                         MaxHeight="410" MinHeight="410" Width="780" /&amp;gt;
                &amp;lt;/StackPanel&amp;gt;
            &amp;lt;/Intersoft:ContentTransition&amp;gt;
            &amp;lt;Border BorderBrush="Silver" BorderThickness="0" Intersoft:DockPanel.Dock="Bottom" Height="30" CornerRadius="{Binding ElementName=contactsViewPage, Path=FooterCornerRadius}" Background="#FF2A2A2A"&amp;gt;
                &amp;lt;StackPanel Orientation="Horizontal" HorizontalAlignment="Center"&amp;gt;
                    &amp;lt;TextBlock Foreground="White" Text="{Binding Path=Count}" VerticalAlignment="Center"/&amp;gt;
                    &amp;lt;Intersoft:UXSeparator Orientation="Vertical" Height="16" Width="1" Margin="10,0"/&amp;gt;
                    &amp;lt;TextBlock Foreground="White" Text="{Binding Path=SelectionStatus}" VerticalAlignment="Center" /&amp;gt;
                &amp;lt;/StackPanel&amp;gt;
            &amp;lt;/Border&amp;gt;
        &amp;lt;/Intersoft:DockPanel&amp;gt;
    &amp;lt;/Grid&amp;gt;
&amp;lt;/Intersoft:UXDialogBox&amp;gt;&lt;/pre&gt;
&lt;p&gt; Thanks&lt;/p&gt;
&lt;p&gt;Richard&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>