Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
C#でアイテムのスタックを動的に構築する方法はありますか? リストと同じですが、スクロールと選択はありません。
バインディングを介してリストからアイテムをスタックする方法を探しています。
そして今、私はこれをスタックでやりたいと思っています。
うん。これはItemsControlと呼ばれ、ScrollViewing+選択はありません。あなたはそれを次のように行うことができます:
<ItemsControl ItemssSource="{Binding items}"> </ItemsControl>
おそらくItemsControl.ItemTemplateとItemsControl.ItemPanelsTemplateを変更する必要があります