Group: Forum Members
Last Active: 10 Years Ago
Posts: 2,
Visits: 15
|
Hi, For In standard win forms I can just add hander: void Test_MouseWheel(object sender, MouseEventArgs e) { ((HandledMouseEventArgs)e).Handled = true; } But, I can't do the same for NComboBox.(this way doesn't work) Please assist
|