RadListBox supports items transferring via transfer buttons,
mouse double click and drag and drop.
To enable the transfer functionality you need to set the AllowTransfer
property to true
. After that, four buttons will appear next to your RadListBox.
You can configure the position of the buttons using the ListBoxButtonPosition
enumeration. There are four possible values: Top
, Bottom
, Left
and Right
.
The transfer buttons support rendering text and localization. You can use the
RenderButtonText
of the ListBoxButtonSettings
class.
RadListBox control also supports transferring items on double click. In order to enable this
feature you need to set the AllowTransferOnDoubleClick
property to
true
. The behavior is the same as if you are using the default buttons.
In addition to this, you can transfer items using Drag and Drop. To use this feature
you need to set the EnableDragAndDrop
property to true
.