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
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...
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()...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.