hi
how to pin mouse on group of ribbon then mouse move on item of group not on groups
and
How to use ribbon for touch screen page
Hello,
I am just checking about the progress of this issue. Let me know If you need my further assistance on this issue?
Thank you for using Infragistics Components.
Hello ,
UltraToolbarsManager does not move mouse cursor anywhere so the current behavior which you are describing must be implemented in your application. If you want to move mouse courser via C# code you should use following line
Cursor.Position = newCursorPosition;
Please see attached sample.
I want to when mouse move on group of ribbon and click on group then mouse moves on items of group not on groups of tab
What you meant by “pin mouse”, you want to move the moose via code ?
I am waiting for your feedback.