gpt4 book ai didi

WPF WrapPanel/ItemsControl 不滚动

转载 作者:行者123 更新时间:2023-12-02 02:42:54 26 4
gpt4 key购买 nike

我有一个显示项目的环绕面板,但我无法让滚动条正常工作,有什么问题吗?

       <ScrollViewer>
<ItemsControl Name="itemsControl">
<ItemsControl.ItemsPanel>
<ItemsPanelTemplate>
<WrapPanel ItemWidth="{Binding ElementName=sizeSlider, Path=Value}"
FlowDirection="LeftToRight" Height="auto" Width="auto"
HorizontalAlignment="Left" Name="wrapPanel1"
VerticalAlignment="Top"
Margin="5"
>
</WrapPanel>
</ItemsPanelTemplate>
</ItemsControl.ItemsPanel>
</ItemsControl>
</ScrollViewer>
</StackPanel>

最佳答案

您的 ScrollViewer 位于 StackPanel 内部,它会根据其内容调整大小(垂直或水平取决于其方向)。将其直接放置在窗口、网格单元格或 DockPanel 中以显示滚动条。

关于WPF WrapPanel/ItemsControl 不滚动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2920808/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com