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.
我有 iCarousel 示例项目代码。但是我不知道如何根据下图进行自定义。请帮我根据下图自定义 iCarousel。这可能是一件简单的事情,但我不知道该怎么做。任何帮助表示赞赏。
All, I have an View model that is bound to a DataGrid using MVVM.
DataGrid
<DataGrid ItemsSource="{Binding Path=Resources}">...</DataGrid>