2 implementations of CanHorizontallyScroll
PresentationFramework (2)
src\Framework\System\Windows\Controls\Stack.cs (1)
356public bool CanHorizontallyScroll
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (1)
1773public bool CanHorizontallyScroll
1 reference to CanHorizontallyScroll
PresentationFramework (1)
src\Framework\System\Windows\Controls\Stack.cs (1)
586if (measureElement.IsScrolling && measureElement.CanHorizontallyScroll) { layoutSlotSize.Width = Double.PositiveInfinity; }