We're using the WPF version, and see where we can set the width and cell width of the xamcomboboxeditor control to a numeric value. Is it possible to set it to "Auto", so the column resizes automatically?
Hello Rick,
Instead of setting the CellWidth and the LabelWidth properties of the FieldSettings for a given Field, I can suggest setting the Width property of the Field itself. If can be set to “Auto” in order to take the needed with, so the content of all cells will be visible. You can read more detailed information regarding the With property of the Field here in our online documentation: http://help.infragistics.com/NetAdvantage/WPF/2011.1/CLR4.0/?page=InfragisticsWPF4.DataPresenter.v11.1~Infragistics.Windows.DataPresenter.Field~Width.html
If you have any further question on the matter please do not hesitate to ask.
Sincerely,
Krasimir
Developer Support Engineer
Infragistics
www.infragistics.com/support
Not an answer yet, we're having an issue. I'm working up an example now.