I'm able to sort the listbox at design time. But I want it to be done at runtime. If I click a command button it should sort the listbox. When I tried to do "List1.sorted = true" it's coming with an error "Can't assign to read only property". Please help me.