We recommend that you use the xamComboEditor control instead of the xamComboEditor (Input) control. The xamComboEditor (Input) is being planned for retirement over the next few years and will not receive any new features. We will continue to provide support and critical bug fixes for the xamComboEditor (Input) during this time. For help or questions on migrating your codebase to the xamComboEditor, please contact support.
All Ultimate UI for WPF controls support right-to-left functionality. By setting the FlowDirection property to RightToLeft, the content will flow from the right side of the control to the left. (i.e., Hebrew and Arabic use RightToLeft). By default, the FlowDirection is set to LeftToRight. The Ultimate UI for WPF controls inherit this property from System.Windows.FrameworkElement.
This property is also available off some of the sub-controls used by the Ultimate UI for WPF controls. For example, ValueEditor and several more sub-controls expose this property. Setting the FlowDirection at this level allows more control over the flow direction of the main control that uses these sub-controls.