scrollviewer
WPF ListView Always show complete items
I\'ve got an app with multiple ListView controls where there\'s a requirement that the item\'s in the ListView must be fully visible. There should never be partial ListViewItem\'s showing in the list.[详细]
2023-01-25 08:41 分类:问答how do I stick the scrollbars of ScrollViewer to top in silverlight?
I have an Itemscontrol in my xaml inside a ScrollViewer. <ScrollViewer Margin=\"0,0,0,0\" BorderThickness=\"0开发者_开发知识库\">[详细]
2023-01-23 00:29 分类:问答How can one link a DataTrigger to whether a ScrollViewer can scroll up?
I am wanting to show a half opaque arrow at the top and bottom of my ScrollViewer if it can scroll up or down respectively.I\'m thinking the best option is a DataTrigger, but I\'m not sure what I can[详细]
2023-01-22 19:30 分类:问答Canvas scroll in wpf when scaled transformed
I have customized a canvas to support the zooming. I am doing this by scale transformation. I have scroll viewer wrapped around canvas but scroll bars are not visible when canvas is zoomed.[详细]
2023-01-21 11:26 分类:问答scrollviewer issue with tabcontrol
I am struggling with a weirdscrollviewer issue in tab control. One of my xaml page having a tabcontol and again tab item will contain a xaml with another tab control. Inside the second tab control i[详细]
2023-01-21 02:19 分类:问答Silveright ScrollViewer with Image and ScaleTransform
I have the following xaml. <ScrollViewer HorizontalAlignment=\"Stretch\" Margin=\"107,0,0,0\" Name=\"scrollViewer1\" VerticalAlignment=\"Stretch\" HorizontalScrollBarVisibility=\"Visible\">[详细]
2023-01-19 23:28 分类:问答WPF Scroll View Delema
I\'ve created开发者_运维百科 a UserControl that contains a ScrollViewer panel that contains a data bounds ItemsControl.When I add this UserControl into a Grid\'s cell in the parent Window, the ScrollV[详细]
2023-01-19 12:45 分类:问答scrollbar management of a 'div' with javascript or jquery
Is there a way to control a scrollbar\'s life depending on the browser size and the \'div\' size at the same time in javascript or jquery. For example, if the \'div\' content is overflowing then add s[详细]
2023-01-19 11:05 分类:问答WPF ScrollViewer: Horizontal scrolling doesn't work
Why won\'t this support horizontal scrolling? <ScrollViewer> <ItemsControl ItemsSource=\"{Binding Territories}\" HorizontalAlignment=\"Left\">[详细]
2023-01-19 03:17 分类:问答WPF: Zoom and Scroll to selection (sample)
Is there anyone who experienced with the scrollviewer component in WPF? I have a basic selection zoom, and the problem is that it does not scroll to the right place.[详细]
2023-01-18 11:41 分类:问答