Profile Picture

Right click Node in NTreelist

Posted By Jan Dijkstra 14 Years Ago
Author
Message
Jan Dijkstra
Posted 14 Years Ago
View Quick Profile
Forum Newbie

Forum Newbie (3 reputation)Forum Newbie (3 reputation)Forum Newbie (3 reputation)Forum Newbie (3 reputation)Forum Newbie (3 reputation)Forum Newbie (3 reputation)Forum Newbie (3 reputation)Forum Newbie (3 reputation)Forum Newbie (3 reputation)

Group: Forum Members
Last Active: 13 Years Ago
Posts: 3, Visits: 1

How can I get node info when I rightclick on a node in the NTreelist in the follwing situation?

I am able to left click a node and get the info with the itemnotifycode:

void nTreeList1_ItemNotify(object sender, NLightUIItemNotifyData data)

switch (data.NotifyCode)

{

case NItemsControl.ItemLabelClickNotifyCode : NTreeNode node = data.Sender as NTreeNode;

 

Unfortunally this only works for left mouse down...

 






Similar Topics


Reading This Topic