c# - How can I solve datagrid showing in WPF? -


i'm trying add data table datagrid on wpf (c#) when columns become more 29, datagrid not show values of other columns. me in problem? thank you

dtgrresult.itemssource = tbl_main.asdataview(); 

set horizontalscrollbarvisibility attribute of datagrid visible or auto , make sure each of columns' frozen attribute set false. hope works you.


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -