i actually don't know the answer mate but it has an effect with the listviewitem except the first subitem.
me dunno da details mate. sorry. only the first subitem of a certain listviewitem has no effect with the right2left alignment.VB Code:
dim li as listviewitem=mylistview.items.add(something) ' this has no effect li.subitems.add(something) ' this has effect li.subitems.add(something) ' this too li.subitems.add(something) ' this too... and so on![]()




Reply With Quote