c# - adding table to wpf application MVS 2010 -



c# - adding table to wpf application MVS 2010 -

as saw wpf doesn't sopplie datagridview .. have other alternative ? need creat table show info base of operations . seek datatable no succses. thanks.

wpf has datagrids (http://msdn.microsoft.com/en-us/library/system.windows.controls.datagrid%28v=vs.110%29.aspx)

and listviews (http://msdn.microsoft.com/en-us/library/system.windows.controls.listview%28v=vs.110%29.aspx)

c# wpf datagridview

Comments

Popular posts from this blog

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -