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
144
Wrap long text in combo box inside XamDataGrid
posted

Hi,

    I have multiple columns in XamDataGrid and one of them is a combo box editor column. A single value in this combobox could be lengthy so is there any way to wrap this data? Also, can we have a generic text wrapping style to be applied on to the grid irrespective of what the editor type of the column is? I want to ensure that the text is wrapped irrespective of the control so if an option at the grid level is available could you help me regarding the same? 

I generate the grid from code behind and not xaml as my use-case requires that.