scrollviewer
Overwriting custom event handler of as ScrollViewer
I am trying to overwrite a event handler of MouseWheel for a ScrollViewer. Since ScrollViewer is sealed, I cant simply create a \"custom\" class inheriting it. I guess the generic question would be: \[详细]
2023-01-06 19:18 分类:问答Scrollviewer Problem wpf
I am displaying images inside the listbox. i have placed this listbox inside the scrollviewer. I am using two repeat button to move the listbox items. I am binding the listbox using datacontext.[详细]
2023-01-06 14:44 分类:问答Problems with event bubbeling (ScrollViewer)
I have a problem with bubbeling events. I manage to bubble events in borders, grid, stackpanel, but not in a ScrollViewer[详细]
2023-01-06 13:28 分类:问答WPF: Help with Scrollviewer MouseWheel Behavior
For some reason my scrollviewer does not process the mousewheel events (or at least scroll when you mouse wheel) when the mouse is over any child.I want it so that either when the mouse wheel is over[详细]
2023-01-06 03:40 分类:问答Silverlight 4: ToolTipService
I can\'t scroll to my scrollviewer, it disappear when I move the mouse. Was it because it was just a tooltip? If yes, is there a way to scroll the text in my tooltip?[详细]
2023-01-02 19:05 分类:问答ScrollViewer doesn't fire MouseWheel event while Scrolling
The ScrollViewer\'s MouseWheel event will fire 开发者_JAVA技巧only when the scrollbar is at the end of it\'s track (either the top or bottom/left or right).The MouseWheel event does not fire when it\'[详细]
2023-01-02 13:39 分类:问答How can I check for child control clipping in a WPF ScrollViewer?
I\'m trying to use the WPF ScrollViewer with a stackpanel containing buttons, and without the scrollbar.[详细]
2023-01-02 09:56 分类:问答How can make ScrollViewer scroll when mouse is over *any* content
The reason I stress \'any\' is because CanContentScroll is not fully working in my ScollViewer. Let me explain the scenario:[详细]
2023-01-02 02:26 分类:问答Is it possible to disable a ScrollViewer from inside the ScrollViewer?
From a UserControl, I would like to disable a ScrollViewer which is defined one level higher. My scenario looks something like this:[详细]
2023-01-01 13:54 分类:问答Scrollbar Size in ScrollViewer
How can I programatically determine the width or height of a Scrollbar in the ScrollViewer?Not the current size based on t开发者_如何学Pythonhe current state of the ScrollViewer (since I can simply te[详细]
2022-12-31 13:08 分类:问答