scrollviewer
Need to create a context menu having header and scroll bar support
I need a global context menu style/template having a header and then various menu items; as the number of menu items in my context menu can be large it needs to support the scrolling.[详细]
2023-03-27 11:26 分类:问答ListBox is contained in a ScrollViewer
I would like the ScrollViewer of the page to be displayed when all开发者_如何学C the information cannot be shown on the screen (i.e. resize the window)[详细]
2023-03-27 09:16 分类:问答Windows Phone 7 ScrollViewer.HorizontalOffset not updating
I created a quick example that places in image in a ScrollViewer, starts a DispatcherTimer and then prints out the ScrollViewer.HorizontalOffset every 200 ms.From the example I noticed some strange be[详细]
2023-03-24 17:31 分类:问答WPF Scrollviewer PanningMode move Window?
I have add a ScrollViewer in my WPF4 Window with Scrol开发者_运维问答lViewer.PanningMode. When I drag scrollviewer on my multitouch screen it\'s OK. But... the Window move with scroll when I arrive on[详细]
2023-03-24 12:02 分类:问答Silverlight: GridSplitter inside ScrollViewer behaving unexpectedly
I\'m trying to build a two-column layout where the width of the columns can be changed by using a splitter. The right column\'s width shouldn\'t change when the browser window i开发者_如何学Cs resized[详细]
2023-03-24 09:11 分类:问答WPF ScrollViewer show border when ScrollBar is Visible
I w开发者_如何学运维ant to add a border to my ScrollViewer. The border should only be shown when the ScrollBar of the ScrollViewer is Visible (VerticalScrollBarVisibility set to \"Auto\")[详细]
2023-03-19 05:55 分类:问答Problem with ScrollViewer in WPF
I am having a problem with the scrollviewer on my WPF, where the scrollviewer doesn\'t a开发者_如何学运维llow me to scroll right to the bottom of the page, but only scrolls up or down to a given heigh[详细]
2023-03-18 07:18 分类:问答Making a WrapPanel respect his parent's width
Ok here\'s my code. Note that the StackPanel is directly in a UserControl. <UserControl> <StackPanel Orientation=\"Horizontal\">[详细]
2023-03-17 00:19 分类:问答WinForm ScrollViewer
I have an application in WPF that uses ScrollViewr and I want to port it to WinForms, is there an equivalent control for WinForms?[详细]
2023-03-16 23:16 分类:问答Preserving a bound ListBox's scroll position when the underlying collection changes
I have a ScrollViewer and a ListBox inside it which is bound to an ObservableCol开发者_运维问答lection in the view model. The ScrollViewer is maximized to take up all available space of the parent con[详细]
2023-03-15 22:19 分类:问答