c# - Wrap a DataGrid in XAML -


i have datagrid being populated datatable. problem datatable has 12 columns 9 show in datagrid thats fit on page.

anyone know how wrap datagrid rest of columns show further down page? or other ideas of how solve this?

thanks

i don't think there way wrap data grid object instead put datagrid inside scrollviewer , enable horizontalscroll.

scrollviewer class http://msdn.microsoft.com/en-us/library/system.windows.controls.scrollviewer%28v=vs.110%29.aspx


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

visual studio 2010 - Connect to informix database windows form application -

android - Associate same looper with different threads -