About 89,100 results
Open links in new tab
  1. xaml - WPF: Setting the Width (and Height) as a Percentage Value ...

    8 IValueConverter implementation can be used. Converter class which takes inheritance from IValueConverter takes some parameters like value (percentage) and parameter (parent's …

  2. .net - How do I set a ViewModel on a window in XAML using …

    The question pretty much says it all. I have a window, and have tried to set the DataContext using the full namespace to the ViewModel, but I seem to be doing something wrong. <Window …

  3. wpf - If condition in XAML - Stack Overflow

    I am sharing xaml for Visual studio 2010 and 2008 , i wanna execute specific code snippet for vs2010 and hide the same for vs2008 ..

  4. How to automatically format XAML code in Visual Studio?

    Sep 11, 2017 · I would check out XAML Styler, which is a Visual Studio extension to help format your XAML source code (full disclosure, I am one of the owners on the project).

  5. Calling a parameterized constructor from XAML - Stack Overflow

    Apr 26, 2016 · While using WPF I noticed that when I add a control to a XAML file, the default constructor is called. Is there a way to call a parameterized constructor?

  6. WPF: What is App.xaml's Purpose? - Stack Overflow

    Nov 10, 2010 · App.xaml is the declarative portion of your code (usually generated by Visual Studio) extending System.Windows.Application. For example, Expression Blend can use …

  7. How Install Specific Version Of Microsoft.UI.Xaml

    Nov 5, 2021 · I'm trying to install WindowsSubsytemAndroid and PowerShell tell me that I Need The Following: "Microsoft.UI.Xaml.2.6" with minimum version 2.62108.18004.0. I …

  8. VS 2022 Preview not showing the XAML designer - Stack Overflow

    Jan 24, 2022 · 28 I've just installed VS 2022 preview to use Maui but there seems no way to see a designer view of the XAML, I want to drag and drop controls onto the page but all I get is an …

  9. What's the meaning of * (asterisk) in XAML ColumnDefinition?

    Aug 5, 2011 · What's the meaning of * (asterisk) in XAML ColumnDefinition? Asked 14 years, 3 months ago Modified 4 years, 9 months ago Viewed 78k times

  10. XAML Designer not showing up - Stack Overflow

    May 7, 2015 · 81 Tools>Option>XAML Designer and enable XAML Designer worked for me. PS: By default it is enabled. I disabled it due to VS performance issue and forgot about this change …