Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
149161 | Nov 16,2019 10:19 AM UTC | Nov 18,2019 12:57 PM UTC | WinForms | 1 |
![]() |
Tags: NavigationDrawer |
Hi
Akshay,
Thank
you for contacting Syncfusion Support.
We
have checked the reported query that you want to retrieve the mouse position You
can achieve it by using any mouse events of Navigation Drawer. For example, we
have tried to get the x and y position of NavigationDrawer using Mouse Down
event using the below code:
Code:
private void NavigationDrawer1_MouseDown(object sender, MouseEventArgs e) { MessageBox.Show("xposition" e.X, "y location" e.Y); } |
Sample: https://www.syncfusion.com/downloads/support/forum/149161/ze/NavigationDrawer_Example933633610
Please
try this solution and let us know if it is helpful.
Regards
Vijayalakshmi
V.R.
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.