|
Browse by Tags
All Tags » UltraListView » c# ( RSS)
-
In Windows Explorer when in Icons mode the text is appended with three dots "Text...". When you select the icon you can see the whole text. How do you do this in the Infragistics control? Whenever I select the icon it is still truncated Thanks
-
I'm having some big performance problems adding lots of rows to an UltraListView. The AddRange is giving the exact same performance as thousands of individual Adds. I'm bringing 2 not null varchar columns back from the database. This is happening in the Load event. It's version 7.1.20071...
-
Im trying to use c# and linq to simplfy searching through the listview but cannot get it to work can anyone help? here iswhat i got so far which doesnt work. var qry = from L in listviewname.items.all where l.item.value == "123" Select L.item.value; Thanks Gary
Page 1 of 1 (3 items)
|
|