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
75
XamMultiColumnComboEditor DropDown template
posted

Hi,

I need to re-template the DropDown of the XamMultiColumnComboEditor control to add a custom control just above the original list. Something like the Footer.

Thanks,

Ali

Parents
  • 2180
    Offline posted

    Hello, Ali,

    By design, the XamMultiColumnComboEditor control doesn’t provide header template.

    The best way to resolve this is to edit the XamMultiColumnComboEditor template and modify the footer area position. After that you can use the XamMultiColumnComboEditor FooterTemplate to set a custom control above the drop-down list.

    To do this, first include the control's default styles in your project. You can find the XAML file at the following directory: C:\Program Files (x86)\Infragistics\2015.2\WPF\DefaultStyles\XamComboEditor\generic.xaml.

    After that, find the FooterContentArea element in the XamMultiColumnComboEditor style and re-arrange the elements in the grid and set the FooterContentArea element before the drop-down element named ItemsPanel.

    Have in mind that this customization may lead to some side effects in the drop-down sizing and resizing.

    Sample project is attached.

    Sincerely,

    HeaderModification.zip
Reply Children