xaml tag

8 questions


1 answers
272 views
0
How do I set the SelectedIndex of ComboBox on the C# side?

When you create ComboBox on the C# side, you do not know how to set the SelectedIndex property.What method should I use?Please use the xaml below as an example.<ComboBoxName=newCombo SelectedIndex...

1 years ago

1 answers
63 views
0
Xamarin.form (XAML) Label Tag Display (Multilingual)

I am having trouble displaying multiple lines on the label because the app supports multiple languages.The following Japanese language is set to the AppResources.resx file.<data name=aaaxml:space=p...

1 years ago

1 answers
64 views
0
About WebView in Xamarin.form

I am having trouble with the Xamarin.form WebView.I am trying to implement a webview tag in xaml and display an Amazon page as an example.<?xml version=1.0 encoding=UTF-8?><ContentPage xmlns...

1 years ago

2 answers
109 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...

1 years ago

1 answers
121 views
0
Understanding How to Express Button Dynamically in xaml

Ask about the dynamic display of the button you tapped after tapping Button.Assume that an xaml file has the following Button tags:<Button Clicked=TheButtonTapped Image=sample.png WidthRequest=256...

1 years ago

1 answers
84 views
0

1 answers
94 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...

1 years ago

2 answers
75 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...

1 years ago

© 2024 OneMinuteCode. All rights reserved.