<%@ Page AutoEventWireup="true" Language="vb" %>
<%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>
<!DOCTYPE html>
<
head
runat
=
"server"
>
<
title
>Telerik ASP.NET Example</
title
>
</
head
>
<
body
>
<
form
id
=
"form1"
runat
=
"server"
>
<
telerik:RadScriptManager
runat
=
"server"
ID
=
"RadScriptManager1"
/>
<
telerik:RadSkinManager
ID
=
"RadSkinManager1"
runat
=
"server"
ShowChooser
=
"true"
/>
<
div
class
=
"demo-container size-medium"
dir
=
"rtl"
>
<
telerik:RadListBox
RenderMode
=
"Lightweight"
runat
=
"server"
ID
=
"RadListBox1"
Width
=
"300px"
Height
=
"200px"
dir
=
"rtl"
AllowTransfer
=
"true"
TransferToID
=
"RadListBoxDestination"
ButtonSettings-RenderButtonText
=
"true"
>
<
ButtonSettings
AreaWidth
=
"140px"
Position
=
"Left"
></
ButtonSettings
>
<
Items
>
<
telerik:RadListBoxItem
Text
=
"Argentina"
></
telerik:RadListBoxItem
>
<
telerik:RadListBoxItem
Text
=
"Australia"
></
telerik:RadListBoxItem
>
<
telerik:RadListBoxItem
Text
=
"Brazil"
></
telerik:RadListBoxItem
>
<
telerik:RadListBoxItem
Text
=
"Canada"
></
telerik:RadListBoxItem
>
<
telerik:RadListBoxItem
Text
=
"Chile"
></
telerik:RadListBoxItem
>
<
telerik:RadListBoxItem
Text
=
"China"
></
telerik:RadListBoxItem
>
<
telerik:RadListBoxItem
Text
=
"Egypt"
></
telerik:RadListBoxItem
>
<
telerik:RadListBoxItem
Text
=
"England"
></
telerik:RadListBoxItem
>
<
telerik:RadListBoxItem
Text
=
"France"
></
telerik:RadListBoxItem
>
<
telerik:RadListBoxItem
Text
=
"Germany"
></
telerik:RadListBoxItem
>
<
telerik:RadListBoxItem
Text
=
"India"
></
telerik:RadListBoxItem
>
<
telerik:RadListBoxItem
Text
=
"Indonesia"
></
telerik:RadListBoxItem
>
<
telerik:RadListBoxItem
Text
=
"Kenya"
></
telerik:RadListBoxItem
>
<
telerik:RadListBoxItem
Text
=
"Mexico"
></
telerik:RadListBoxItem
>
<
telerik:RadListBoxItem
Text
=
"New Zealand"
></
telerik:RadListBoxItem
>
<
telerik:RadListBoxItem
Text
=
"South Africa"
></
telerik:RadListBoxItem
>
<
telerik:RadListBoxItem
Text
=
"USA"
></
telerik:RadListBoxItem
>
</
Items
>
</
telerik:RadListBox
>
<
telerik:RadListBox
RenderMode
=
"Lightweight"
runat
=
"server"
ID
=
"RadListBoxDestination"
Width
=
"230px"
Height
=
"200px"
dir
=
"rtl"
AllowReorder
=
"true"
AllowDelete
=
"True"
ButtonSettings-Position
=
"Left"
ButtonSettings-AreaWidth
=
"40px"
>
</
telerik:RadListBox
>
</
div
>
</
form
>
</
body
>
</
html
>