2X faster development
The ultimate WPF UI toolkit to boost your development speed.
In SfMultiColumnDropDownControl, the drop-down control is displayed using Popup control. So, you can keep the drop-down control in an always open state by setting the StaysOpen property to ‘True’ in the Popup control. Popup control can be accessed from the control template of SfMultiColumnDropDownControl, by using the FindName method. C#
Here, the Popup control is accessed by passing the SfMultiColumnDropDownControl name as MultiColumnControl and the Popup control name as PART_Popup to FindName method. By setting the StaysOpen property to ‘True’, you can keep the drop-down in open state always. You can refer to the sample from the following location. |
2X faster development
The ultimate WPF UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.