I have a – Listbox that the property HorizontScrollBar = True ,So when I add a – item which text too long the scrollbar appears. My problem is that when I remove the ‘long item’ the other items’ text is cut, the text is in Hebrew so I set the property RightToLeft = ‘True’ , When I change it to ‘False’ it’s o.k , but I don’t want to set it to ‘False’…


Setting and resetting the
RightToLeftproperty after the deletion operation fixes the problem.