开发者

ListView InsertItemTemplate in WPF

Is there in WPF ListView somet开发者_如何学Gohing like InsertItemTemplate for ListView in ASP.NET?


No, I'm not quite sure what you are after, but you could provide normal form controls to add an additional item to the list (i.e. outside the markup of the ListView), or use a third party grid which provides in place editing such as the Telerik RadGridView or the Infragistics XamDataGrid.

You could also swap out the CellTemplate based on the currently selected ListViewItem as described here.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜