wpf tag

43 questions


1 answers
113 views
0
Want to dynamically multilingualize with WPF attachment properties

When I looked at WPF multilingual, I found some samples of dynamic switching, but the description in the XAML was likely to be enlarged, so I made it multilingual in the attached properties, but chang...

2 years ago

1 answers
87 views
0
Default theme for WPF?

I learned that WPF has a theme (theme here refers to Aero.NormalColor.xaml and so on, like a link).These themes are probably published in Github.Regarding the topic, the reference article is old, so t...

2 years ago

1 answers
73 views
0
Requests to the WCF service are resend before timeout

We have created a WCF service application and configured HTTPS to connect using a reliableSession.We then create a client program in WPF and create a service reference to the above WCF services for co...

2 years ago

1 answers
79 views
0
I want to use Hunspell with WPF, but initialization seems to fail.

WPF uses HunSpell wrapper class NHunspellWrapper.private void Window_Loaded (object sender, RoutedEventArgse){ // spelling check varhunspell=new NHunspellWrapper();}Called by publicNHunspellWrapper():...

2 years ago

1 answers
55 views
0
Using StaticResource for Dictionary on XAML

In Windows 10, Visual Studio 2017, and .NET Framework 4.5, we created DataTemplateSelectors similar to the following: ContentProperty(DataTemplateTable)public class TypeToDataTemplateSelector:DataTemp...

2 years ago

2 answers
86 views
0
Detailed display of object names in hit tests

https://sites.google.com/site/toriaezunomemo/home/visual-studiomemo/hittotesutoUsing the programs on the site above as a reference, the goal is to implement the hit test program in WPF of C# as follow...

2 years ago

2 answers
86 views
0
Is there any way DataGrid can prevent other controls from being drawn?

We are currently developing applications with WPF+XAML+MVVM.WPF's DataGrid controls have a known problem (specification…) that takes time to draw when you bind large amounts of data.That's why virtual...

2 years ago

1 answers
98 views
0
Differences in Drawing by Version of .NET Framework

The .NET Framework 4.0 and 4.5 and 4.6 seem to have different drawing processes.I'm not sure what the difference is.Don't you know what the differences are?

2 years ago

2 answers
143 views
0
Update DataGrid View After Adding New Records Using MVVM Patterns

DataGrid's ItemsSource is highlighted to ICollectionView type properties, and record additions pass the child window parameters to the model's method to add them.I can add it to the database without a...

2 years ago

1 answers
124 views
0
How to open a sub-window (not a dialog) in the Prism (MVVM pattern)

I was making a two-screen application with WPF.I'm trying to rewrite this to an MVVM pattern using Prism.Simplified Example: The WPF window now has the MainWindow, SubWindow class.When you click the b...

2 years ago
« - 4 - »

© 2024 OneMinuteCode. All rights reserved.