iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hi
I have a listbox control which is on a page within a scroller control the page.
When the focus is in the listbox and I use my mouse wheel to scroll the page scrolls instead. I would imagine the scoller control should only scroll when focus in on a control that does not having scrolling functionality. Is this a bug?
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.
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.
Example:
<Intersoft:UXScrollViewer Name="SampleControl1" Intersoft:DockPanel.IsFillElement="True"> <Intersoft:UXItemsControl BorderThickness="0" ItemsSource="{Binding Path=FilteredBooks}" Background="Transparent"> ... </Intersoft:UXItemsControl> </Intersoft:UXScrollViewer>
Hope this help.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname