ricecracker2234
ricecracker2234
Explore posts from servers
CC#
Created by ricecracker2234 on 7/4/2023 in #help
❔ How do i handle user settings in wpf .net core
How do i handle user settings in WPF .NET 6?
26 replies
CC#
Created by ricecracker2234 on 4/23/2023 in #help
✅ how can i bind command to listboxitem's mousedoubleclick event in a datatemplate
i have this code
<ListBox ItemsSource="{Binding Items}">
<ListBox.ItemTemplate>
<TextBlock Text="{Binding Name}" />
</ListBox.ItemTemplate>
</ListBox>
<ListBox ItemsSource="{Binding Items}">
<ListBox.ItemTemplate>
<TextBlock Text="{Binding Name}" />
</ListBox.ItemTemplate>
</ListBox>
14 replies
CC#
Created by ricecracker2234 on 4/14/2023 in #help
❔ webview2 rendering on top of other components
how can i fix that?
20 replies
CC#
Created by ricecracker2234 on 4/5/2023 in #help
❔ ✅ how do you handle user configurations in wpf with mvvm pattern?
title
12 replies
CC#
Created by ricecracker2234 on 4/2/2023 in #help
how can i connect a language server to an omnisharp language client?
title
9 replies
CC#
Created by ricecracker2234 on 4/2/2023 in #help
❔ in wpf, how can you use boolean as a datatype in a datatemplate?
4 replies
CC#
Created by ricecracker2234 on 1/29/2023 in #help
how do i know what level my treeviewitem is currently at?
im using wpf
2 replies
CC#
Created by ricecracker2234 on 1/25/2023 in #help
how would you implement a treeview of a directory with mvvm patterns 🤨
that also updates in real time
1 replies