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
240
Auto size of fields columns and fields contents.
posted

Hey,

In datagridview there is a property called: "AutoSizeColumnsMode".

Its an enum, and one of his field is "AllCells" which means to make the width of the header and content like that no content are missing.

Which property or function do this in xamDataGrid?

tnx