2 implementations of CanVerticallyScroll
PresentationFramework (2)
src\Framework\System\Windows\Controls\Stack.cs (1)
379
public bool
CanVerticallyScroll
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (1)
1796
public bool
CanVerticallyScroll
1 reference to CanVerticallyScroll
PresentationFramework (1)
src\Framework\System\Windows\Controls\Stack.cs (1)
579
if (measureElement.IsScrolling && measureElement.
CanVerticallyScroll
) { layoutSlotSize.Height = Double.PositiveInfinity; }