This example demonstrates how to shift ListBox / CheckedListBox Item.
To use this solution in your application, execute the following steps:
1. Drop the ListBoxControl / CustomCheckedListBoxControl control onto the target form.
2. Handle the OnCreateItemInfo event. The event handler receives an argument of type
ItemInfoEventArgs containing data related to this event.
↧
How to shift ListBoxControl / CheckedListBoxControl items
↧