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.
IGrouping<Users, stringListView にバインドしたい >という結果になる linq2sql クエリがあります。
IGrouping<Users, string
<ListView Name="UsersListView"> <ListView.View> <GridView> <GridView.Columns> </GridView.Columns> </GridView> </ListView.View> </Listview>
これどうやってするの?