About 89,100 results
Open links in new tab
  1. .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 …

  2. 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 …

  3. Binding to Self/'this' in XAML - Stack Overflow

    In XAML, how do I reference the Self/this object in a given context? In a very basic app with a main window, one control, and a coded C# property of the window, I want to bind a property of …

  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. 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

  6. 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 …

  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. 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 ..

  9. How to add comments into a Xaml file in WPF? - Stack Overflow

    Since XAML is a specialization XML (which is a specialization of SGML), you would think the -- SGML comment -- style would work for inside tag comments. But no, 99.44% of XAML parsers …

  10. wpf - How can I define a variable in XAML? - Stack Overflow

    How can I define a variable in XAML? Asked 16 years, 5 months ago Modified 5 years, 6 months ago Viewed 76k times