windows phone ScrollViewer inside another on
windows phone ScrollViewer inside another on
I have a page which can be scrolled vertically with a Scroll Viewer(parent). In that Scroll Viewer (parent) there is another Scroll Viewer(child) in which I have my very wide control. So I want the first Scroll Viewer (parent) to scroll vertically, and the one inside to scroll only horizontally. It works almost well, but I have one problem. If I swipe with my finger vertically in the second Scroll Viewer(child), the event is catched by the 'child Scroll Viewer'. I wish that it would cause the 'parent Scroll Viewer' to scroll Vertically. Can I achieve it somehow? Please help, Thanks a lot!
Simple ScrollViewer.VerticalScrollBarVisibility made the work.
Pobiera lub ustawia wartość wskazującą, czy pionowej ScrollBar powinny być wyświetlane.
Przestrzeń nazw: System.Windows.Controls
Zestaw: PresentationFramework (w PresentationFramework.dll)
XMLNS dla XAML
Składnia
C#
C++
F#
VB
[BindableAttribute(true)]
public ScrollBarVisibility VerticalScrollBarVisibility { get; set; }
Użycie atrybutu języka XAML
<object VerticalScrollBarVisibility="ScrollBarVisibility" .../>
Wartość właściwości
Typ: System.Windows.Controls.ScrollBarVisibility
A ScrollBarVisibility wartość, która wskazuje, czy pionowej ScrollBar powinny być wyświetlane. Wartością domyślną jest Visible.
Informacje dotyczące właściwości zależności
W polu Identyfikator
VerticalScrollBarVisibilityProperty
Ustawić właściwości metadanychtrue
AffectsMeasure
Informacje o wersji
.NET Framework
Obsługiwane w: 4.5, 4, 3.5, 3.0
.NET Framework Client Profile
Obsługiwane w: 4, 3.5 z dodatkiem SP1
Platformy
Windows 8, Windows Server 2012, Windows 7, Windows Vista z dodatkiem SP2, Windows Server 2008 (instalacja roli Server Core jest nieobsługiwana), Windows Server 2008 R2 (instalacja roli Server Core jest obsługiwana, gdy jest zainstalowany dodatek SP1 lub nowszy; procesory Itanium nie są obsługiwane)
Program .NET Framework nie obsługuje wszystkich wersji każdej platformy. Aby uzyskać listę wszystkich obsługiwanych wersji, zobacz .NET Framework wymagania systemowe.