'Declaration Public Property ItemScrollingBehavior As ItemScrollingBehavior
'Usage Dim instance As ListBox Dim value As ItemScrollingBehavior instance.ItemScrollingBehavior = value value = instance.ItemScrollingBehavior
public ItemScrollingBehavior ItemScrollingBehavior {get; set;}