﻿<?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 - UXScrollerView issue</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXScrollerView-issue/</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>UXScrollerView issue</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXScrollerView-issue/</link><pubDate>Mon, 01 Oct 2012 06:56:31 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Actually it is not a bug. It is because the background or fill brush of the scrollable element is null. Null fill and background brushes allow mouse events to go through to whatever is behind the element in question.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Instead, you can set a fill or background brush to the predefined color “Transparent”, and your element will now always intercept mouse and touch actions and raise the corresponding events.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Example:&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;&amp;lt;Intersoft:UXScrollViewer Name="SampleControl1" Intersoft:DockPanel.IsFillElement="True"&amp;gt;
    &amp;lt;Intersoft:UXItemsControl BorderThickness="0"
                        ItemsSource="{Binding Path=FilteredBooks}" Background="Transparent"&amp;gt;
        ...
    &amp;lt;/Intersoft:UXItemsControl&amp;gt;
&amp;lt;/Intersoft:UXScrollViewer&amp;gt;&lt;/pre&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Hope this help.&lt;/span&gt;&lt;/p&gt;
</description></item><item><title>UXScrollerView issue</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXScrollerView-issue/</link><pubDate>Thu, 27 Sep 2012 04:59:37 GMT</pubDate><dc:creator>zen8019</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I have a listbox control which is on a page within a scroller control the page.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10pt; "&gt;When the focus is in the listbox and I use my mouse wheel to scroll the page scrolls instead. &amp;nbsp;I would imagine the scoller control should only scroll when focus in on &amp;nbsp;a control that does not having scrolling functionality. &amp;nbsp;Is this a bug?&lt;/span&gt;&lt;/p&gt;</description></item></channel></rss>