Hi,
Ran across your controls on the web today. They look fantastic and "easy" to use (Unlike others I've purchased). I have a basic need though of a multiline listbox (dropdown or one I can display when needed). I searched but found no reference to multiline. Is your listbox capable of multiline text? I'm looking for something like:
Title DescriptionTitle Description
Thanks
Gary
Hi Gary,
You can bind data only to NTreeList control. Also your data source must be a DataTable object.
Basically, you need to create a NTreeListTableData object, to set its Table property with the DataTable that your data should be and finally to call Bind method.
In the example application that is provided with the controls you can find an example that demonstrates this feature.
Regards,
Angel.