Winforms datarepeater doesn't swipe scroll on a touchscreen - c#

I'm using the datarepeater that comes with the visual basic power pack in a winforms application. The problem I'm having is that the control doesn't allow swiping inside the container to scroll up and down. You can still use the scroll bar itself, but the width of the scroll bar is too skinny and is hard to get a hold of sometimes. This baffles me, because swipe scrolling on all the other winforms controls seems to work fine. This is probably a longshot, but can anybody help me?

Related

Is there any way to block the scrolling of a WebBrowser from going outside the page

Is there any way to prevent the scroll out of page of the WebBrowser in windows phone 8?
I don't know if my question is clear so i give you an example
If i navigate to StackOverflow inside a webbrowser, even if I'm on top of the page I'm able to scroll up.
This make the topmost menu go down revealing a white block in the part over the menu.
I'm scrolling outside the page.
When I release the scroll the page return to the right position
Is there any way to prevent scrolling outside the page?
Take note that I want to still be able to scroll but i want the scroll to stop when I'm on top
Hope my english is clear
there is not very much code I can share, that's the standard way for WebBrowser to handle the scroll and I can't find a way to override that
<phone:WebBrowser Source="http://stackoverflow.com/questions/ask"/>
start application, scroll up
you will see that the top menu scroll down.
Is there any way to prevent the scroll outside of bound?
Ok for other people reference, I respond my question
There's no easy way to do that since the manipulation events are swallowed by the webbrowser.
I found this link http://www.scottlogic.co.uk/blog/colin/2011/12/a-simple-multi-page-windows-phone-7-phonegap-example/
which provide some library to get the manipulation event from the WebBrowser
To resolve the problem you (and I) still need to create an algorithm for the manipulationDelta event which I'm not sure is even feasible...

Listview Drag and Drop - mouse vs touch

Im having problems with WPF application where i have:
Wrap Panel as Items Panel in listbox which is (the listbox) in ScrollViewer. I also have lot of buttons which i can drag and drop. Problem is that it works fine when im using mouse, but not working when im running application in touch screen. Is there any property should i change so it will work in touchable screen?
Thanks for any answers!
Hi I have not did this ever but I think that for touchscreen you will have to use Stylus events. Like for Drag use StylusMove etc. I hope this will lead you to get an idea.

Why can't I use the increase/decrease horizontal spacing buttons on the layout toolbar in VS 2010?

I'm trying to learn ASP.NET/C# by following a few simple tutorials (that use Web Developer 2005 in the videos) and I'm trying to drag out a label and a button on the designer canvas and align them using the controls on the layout toolbar but they're disabled. I don't know why. I'm using absolute positioning to place them. Am I doing something wrong?
Make sure the main window is not selected as well as the 2 controls

Mouse cursor does not 'stick' to silverlight scrollbar control

I'm using the silverlight scrollbar and I'm finding that the mouse does not drag the scrollbar 1:1. When I drag downwards for instance I find the mouse cursor starts going down further than the scrollbar has..
edit: this issue occurs in IE8 but not Firefox 5.
Are you working with datasets or trying to display large, complex data within the object whatever the scrollbar is attached to?
If yes, try toggling UI virtualization and see if it changes anything.
If it doesn't work it may be something to do with GPU acceleration. Just toggle GPU acceleration in both SL project and IE. Sometimes when CPU loads a lot while scrolling, it just doesn't scroll correctly because of this, well, I call "lag".

WP7 WebBrowser control doesn't show scroll bars

I'm using a WebBrowser control to show some dynamic content from a web service. I've noticed that the WebBrowser in the app doesn't have scroll bars so the user doesn't know how much they have scrolled relative to the length of the page. My xaml for this control is very basic, I'm not doing anything to it. I've noticed that IE on the phone does show scroll bars. Does this control not support scroll bars?
<browser:WebBrowser x:Name="webBrowser" />
Unfortunately, the WP7 WebBrowser control does not provide scrollbars. I can see that there are good reasons why this might be useful, so you should probably raise a feature request/bug report on the App Hub.

Categories

Resources