Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
40
Scrollbars and auto height
posted

Hi,

I have a xamDataGrid placed inside a user control. I do not set the width and height properties as I would like to conform to the width and height of the user control's container. I.e when the user resizes the window, the xamDataGrid should resize as well. If I do this, scrollbars do not appear and if set a width and height then I get a scrollbar but the xamDataGrid does not resize when the window is resized. Is there are workaround to this.

Ihsan