How to change hand symbal instead of cursor in MAUI?

Bharathi 1 Reputation point
2022-07-26T06:22:59.08+00:00

Hi,

I am working on .Net MAUI. Actually I need to replace the hand icon instead of cursor when mouse over to the particular view. Can you please anyone help me to achieve it.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,928 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 36,231 Reputation points Microsoft Vendor
    2022-07-27T06:58:44.687+00:00

    Hello,

    MAUI hasn't such IsMouseOver event to detect mouse hovering over to the particular view and change it to hand, you could refer to What is the method of moving the mouse over a control? #3669.

    There is a related issue Custom Cursor when hovering over View on Desktop #4552 about requiring appending this API into MAUI, please keep tracking it to prevent missing update notifications.

    Best Regards,

    Alec Liu.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments