Implemented interface members:
property
CanVerticallyScroll
System.Windows.Controls.IStackMeasure.CanVerticallyScroll
property
CanVerticallyScroll
System.Windows.Controls.Primitives.IScrollInfo.CanVerticallyScroll
1 reference to CanVerticallyScroll
PresentationFramework (1)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (1)
2310if (IsScrolling && CanVerticallyScroll) { childConstraint.Height = Double.PositiveInfinity; }