wpf tag

43 questions


1 answers
85 views
0
Change the Text Color on the Last Line of ListBox in WPF VB.NET

Visual Studio 2013VB.NETWPFThere are several lines in ListBox. If you want to color the text in the first line of What should I do?

2 years ago

1 answers
116 views
0
How to Count Strings in WPF

In an event (Btn_Click), how do I count the target words, characters, etc. in a character?I often see the following methods, but is it possible to work with buttons because it is static int?static int...

2 years ago

2 answers
132 views
0
Want to pass parameters to WPF user control validation logic

Creating user controls in WPF (.NET 4.5/C#).A text box extension that also implements input validation.We would like to pass parameters to this validation logic in the following ways:<local:UserCon...

2 years ago

1 answers
109 views
0
How to enable scrolling when listView.IsEnabled=false

Creating WPF with C# (.net5) in VisualStudio 2019.Check boxes and text are placed in the listView in the screen, and the input is made possible.Among them, we control the activation/inactivity of the ...

2 years ago

2 answers
86 views
0
Disable Bouncing When Swiping the Scroll on a Win8 Tablet

On a Win8 tablet, swiping through a window with a vertical scroll bar causes the window itself to bounce (hit something?).As this made me feel depressed, I would like to disable it in the application ...

2 years ago

2 answers
102 views
0
Change the locale in CefSharp.Wp

Using CefSharp.Wpf, you are creating a WPF application that displays web pages.I tried to change the CefSharp Locale to Japanese, and I set it to Locale and LocalesDirPath in CefSettings as follows, b...

2 years ago

1 answers
109 views
0
Unable to Bind Enum List to ItemsSource in WPF Combo Box

I created the following user controls.<UserControl x:Class=MyCombobox ...<ComboBoxx:Name=ValueItemsSource={BindingMyItemsSource}/>In addition, I set the MyItemsSource dependency properties as...

2 years ago

1 answers
112 views
0
WPF is unusually slow to use TextBox in bulk

If you want to be faster, you shouldn't use TextBox.Please let me know if there is any way to make it faster using TextBox.

2 years ago

1 answers
104 views
0
If you want to add items in ComboBox to the list.

List<Member>Members=new List<Member>(); private void BtnRegisterAcct_Click (object sender, RoutedEventArgse) { string cellphone=txtMobileNr.Text; string firstName = txtFirstName.Text; ...

2 years ago

2 answers
119 views
0
How to create a toe-strike notification within an application

I would like to issue a toast-like notification from Windows 8 or later within the WPF application.Please tell me the appropriate library and reference site.The image looks like the video on the URL b...

2 years ago
« - 2 - »

© 2024 OneMinuteCode. All rights reserved.