New to Telerik UI for WinForms? Download free 30-day trial

ListBox

The ListBox is converted to RadListControl. The following tables describe which properties, methods and events are removed and which are replaced with similar equivalents.

Properties Action RadControls Equivalent
DrawMode Removed
BorderStyle Removed
UseTabStops Removed
ColumnWidth Removed
Sorted Replaced SortStyle = SortStyle.Ascending
MultiColumn Removed
ScrollAlwaysVisible Removed
HorizontalExtent Removed
HorizontalScrollbar Removed
IntegralHeight Removed
Methods Action RadControls Equivalent
GetItemHeight() Produces Error
GetItemRectangle() Produces Error
GetItemText() Produces Error
GetSelected() Produces Error
ClearSelected() Produces Error
SetSelected() Produces Error
IndexFromPoint() Produces Error
Events Action RadControls Equivalent
DataSourceChanged Produces Error
DisplayMemberChanged Produces Error
ValueMemberChanged Produces Error
DrawItem Produces Error
MeasureItem Produces Error
Format Produces Error
FormatStringChanged Produces Error
FormattingEnabledChanged Produces Error

See Also

In this article