Hi!
I want to bind an ImageList and a Treeview
I know that the property Treeview.ImageList accept an ImageList type object.
But
<SCRIPT LANGUAGE="JavaScript">
TreeView1.Font.Name = "Arial";
TreeView1.Font.Size = 7;
TreeView1.ImageList=ImageList1;
</SCRIPT>
didn't work,see the message: "invalid object"
If I comment the row "TreeView1.ImageList=ImageList1;" it work good
I want to bind an ImageList and a Treeview
I know that the property Treeview.ImageList accept an ImageList type object.
But
<SCRIPT LANGUAGE="JavaScript">
TreeView1.Font.Name = "Arial";
TreeView1.Font.Size = 7;
TreeView1.ImageList=ImageList1;
</SCRIPT>
didn't work,see the message: "invalid object"
If I comment the row "TreeView1.ImageList=ImageList1;" it work good