scrollviewer
Binding width of Gridview to width of ScrollViewer
I have a project that in which I have a RadGridView inside of a Scrollviewer.I\'ve been trying to bind the width of the RadGridView to the width of the ScrollViewer.The ScrollViewer\'s width is set to[详细]
2023-02-28 03:54 分类:问答lock a scrollviewer in place
I have an inkpresenter inside a scrollviewer for a Windows Phone 7 application.Often when the user starts to draw, the scrollviewer takes over mid stroke, making it hard to actually draw stuff.I tried[详细]
2023-02-28 03:00 分类:问答Validation Error Template Adorner is cut insight a ScrollViewer
i have the following problem. as far a i put my Textboxes in a scrollviewer my ValidationError Adorner get cut by the ScrollViewer. i found some answers to Adorner and ScrollViewer which say i need to[详细]
2023-02-27 06:36 分类:问答ScrollViewer's Viewport Height VS Actual Height [duplicate]
This question already has answers here: 开发者_如何学JAVA WPF DataGrid : CanContentScroll property causing odd behavior[详细]
2023-02-27 03:26 分类:问答How to find Vertical Scrollbar width of a Scrollviewer in C#
I have a ScrollViewer and in that I am showing the Vertical 开发者_高级运维Scrollbar, Now on changing resolution of the system I want to get the width of the scrollbar. I went through One StackOverflo[详细]
2023-02-26 03:44 分类:问答How do I implement a ScrollViewer background grid efficiently?
I am currently developing an application that shows data items based on their timestamp on a timeline. The following screenshot gives you an idea:[详细]
2023-02-25 11:27 分类:问答Silverlight - DataGrid in Scrollviewer, Column.Width="*" makes datagrid take several screen-widths
When I have the following setup, the last column having a width of * causes the datagrid to create huge horizontal scrollbars (extends grid to several widths of the screen). I\'m not really sure why t[详细]
2023-02-24 04:35 分类:问答WPF select item in a scroll viewer
I have a ScrollViewer with a StackPanel that contains images. Is it possible to select items in the ScrollViewer/StackPanel开发者_JS百科?[详细]
2023-02-22 01:13 分类:问答How can I make WPF ScrollViewer middle-click-scroll?
Clicking the middle mouse button (aka: mouse wheel) and then moving the mouse down slightly lets users scroll in IE, and most Windows apps.This behavior appears to be missing in WPF controls by defaul[详细]
2023-02-20 04:16 分类:问答WPF: ScrollViewer in grid
I have a grid: <Grid.RowDefinitions> <RowDefinition Height=\"100\"/> <RowDefinition Height=\"*\"/>[详细]
2023-02-16 06:21 分类:问答