Romain

Romain

  • NA
  • 76
  • 37.3k

Scrollbars in WPF component inside Winforms window

Sep 10 2014 1:54 PM
Good morning,
 
I am working on a WPF application which is included in a Windows Form application : I have a form which is created by winform and by using WPF interoperability I host my WPF application. My WPF application is datagrid which contains 3 columns ans several rows. The combination of the two applications works fine but I would like to put horizontal and vertical scrollbars to my WPF application. Actually the winform window has fixed size and the WPF component is inside a layout. I would like to display horizontal scrollbars, for example, when i resize a column of the WPF component and I don't really know how to do that.
 
Thanks in advance for any advice.