Dyda
Dyda
CC#
Created by Dyda on 2/25/2025 in #help
✅ FluentAvaloniaUI ComboBox
I messed up. It was different DataContext and it was a problem
6 replies
CC#
Created by Oleex on 2/22/2025 in #help
Authorization with Identity
in JWT you should include information about userID from database then deserialize JWT and create something like userSession class. It's one of the way
19 replies
CC#
Created by Dyda on 2/24/2025 in #help
✅ Responsive ScrollViewer AvaloniaUI
Okay, I’m stupid, but it works well—only if I reload the view after resizing the window.
10 replies
CC#
Created by Dyda on 2/24/2025 in #help
✅ Responsive ScrollViewer AvaloniaUI
The height of the ScrollViewer in the dev tools is set to "None," which is why it's not working. My question is how to set up a responsive height that is bound to the window height.
10 replies
CC#
Created by Dyda on 2/24/2025 in #help
✅ Responsive ScrollViewer AvaloniaUI
No description
10 replies
CC#
Created by Dyda on 2/24/2025 in #help
✅ Responsive ScrollViewer AvaloniaUI
No description
10 replies
CC#
Created by Dyda on 2/24/2025 in #help
✅ Responsive ScrollViewer AvaloniaUI
No description
10 replies
CC#
Created by Dyda on 2/24/2025 in #help
✅ Responsive ScrollViewer AvaloniaUI
What if not? In my case when I'm resizing window i can't scroll items on list
10 replies
CC#
Created by Dyda on 2/21/2025 in #help
✅ Change dataGridRow:selected row
Ok, it’s working. Thank you
8 replies
CC#
Created by Dyda on 2/20/2025 in #help
✅ Problem with binding (#AvaloniaUI)
Yeah, you're right. I changed command to {Binding #Grid.((vm:OrderListViewModel)DataContext).ChangeStatusCommand} and now its working. Thank you
32 replies
CC#
Created by Dyda on 2/20/2025 in #help
✅ Problem with binding (#AvaloniaUI)
I changed dataGrid name to "Grid" and changed command to: Command="{Binding #Grid.((OrderListViewModel)DataContext).ChangeStatusCommand}". Now error look like this: Unable to resolve type OrderListViewModel from namespace https://github.com/avaloniaui Line 31, position 51.
32 replies
CC#
Created by Dyda on 2/20/2025 in #help
✅ Problem with binding (#AvaloniaUI)
So you are thinking about: Command="{ Binding DataContext.ChangeStatusCommand, ElementName="Grid" }". If I'm understanding good it doesn't work too, I tried it.
32 replies
CC#
Created by Dyda on 2/20/2025 in #help
✅ Problem with binding (#AvaloniaUI)
i tried it datacontext.foo but it doesn't work too
32 replies