Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. dotnetguy

    How do i sort child node in Treeview

    Hi All, I've an treeview and I want to sort selected node's child nodes, Node1 Node11 Node12 Node13 Node2 Node21 Node22 Node23 Node3 Node31 I want to sort Node1 only not entire treeview Thanks Aa
  2. dotnetguy

    datagrid is freezing when I add 1000 rows

    thanks for response, I am using windows datagrid. Thanks M
  3. dotnetguy

    datagrid is freezing when I add 1000 rows

    I have an array of about 1000 items that I want to display in a datagrid. Currently, I created a array object for each item, copy the data to the data row, then add the row to the datatable foreach (items o in c) { object[] data = new object[]{c.Name, pdp, countryName, c.PhoneNumber...
  4. dotnetguy

    Listview with imagelist problem

    Hi Neil, I tried tht too, Thanks Tan
  5. dotnetguy

    Listview with imagelist problem

    Hi Dalchri, here I am pasting piece of code, Plz have a look, still I was getting space //to show images with text private void button1_Click(object sender, System.EventArgs e) { //listView1.Items.Clear(); //listView1.SmallImageList=null; listView1.Clear()...
  6. dotnetguy

    Listview with imagelist problem

    Hi Dalchri, I did that, even I am unable to clear that space which was earlier occupied by images Thanks Dotnetguy
  7. dotnetguy

    Listview with imagelist problem

    Hi All, I am having problem with listview and imagelist. I loaded some images into imagelist and i am assigning it to listview in runtime. well here user has two options he can view the data in listview with images and without images. I am able to do that. by removing images from the...

Part and Inventory Search

Back
Top