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
15
How to set column width auto-sizing when DataOrientation is horizontal?
posted

Hi,

To show records in horizontal, i set the Orientation property off the GridViewSettings .And i also need to adjust the size of all cells' width to fit within its boundaries. But use by setting a FieldLayoutSettings object’s AutoFitMode property  , autosizing the Height when the Orientation is Horizontal. Could anyone please help? Thanks.