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