Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

Browse by Tags

All Tags » UltraListView » c# (RSS)
  • Clicking Icon in Listview to show whole value

    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
    Posted to Forum by jonathanchannon on 08-08-2008
  • ultraListView1.Items.AddRange same performance as ltraListView1.Items.Add

    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...
    Posted to Forum by jaa on 04-30-2008
  • Using LINQ to see if Item already exists in list

    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
    Posted to Forum by gonkowonko on 03-19-2008
Page 1 of 1 (3 items)
Powered by Community Server (Commercial Edition), by Telligent Systems