C
C#3mo ago
Mekasu0124

✅ Creating a ToolTip on a TextBox Avalonia

LoginView.axaml: https://pastebin.com/AX548bUA I'm trying to create a ToolTip on the TextBox's on the screen, however, I keep getting
Unable to find suitable setter or adder for property of type Text of type Avalonia.Controls:Avalonia.Controls.TextBox for argument Avalonia.Controls:Avalonia.Controls.ToolTip, available setter parameter list are:
Unable to find suitable setter or adder for property of type Text of type Avalonia.Controls:Avalonia.Controls.TextBox for argument Avalonia.Controls:Avalonia.Controls.ToolTip, available setter parameter list are:
but it doesn't show the list, and it's duplicated twice, once for each TextBox, so what am I doing wrong? Thanks.
Pastebin
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
1 Reply
Mekasu0124
Mekasu01243mo ago
I got it figured out