WPF 列表,您可以在其中翻转每一行,并在该行下获得更多行
我想要一个包含例如汽车的列表,当我单击一行时,一些具有不同商店的行应该显示在单击的行下方,您可以在其中购买这些汽车。
我怎样才能意识到这一点?
i want a list filled with e.g. cars and when i click on one row, some rows with different shops, where you can buy these cars should be shown under the clicked row.
How can i realize that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用数据网格,则可以设置 RowDetailsTemplate,它将自动显示所选行的详细信息。这是一个完整的dataGrid,看RowDetailsTemplate部分。它包含另一个用于详细信息的数据网格。
If you use a datagrid, you can set the RowDetailsTemplate that will automatically show the details for the selected row. This is a whole dataGrid, look at the RowDetailsTemplate section. It contains another datagrid for the details.