No announcements
Found 1402898 threads
-
1 Votes
Custom Control - ViewModel Communication XAML
Then in the xaml where you override the default template, set the property to your view models observable collection.Answered | 1 Replies | 1132 Views | Created by JERRY MANALIL - Tuesday, February 25, 2014 1:52 PM | Last reply by Bryan Stump - Wednesday, February 26, 2014 5:28 AM -
0 Votes
Best practices for building localizable custom controls in xaml
That x:uid should not be used in a custom control if you want to allow developers to be able to localize it.Answered | 5 Replies | 1963 Views | Created by Tim Greenfield - Thursday, September 27, 2012 11:31 PM | Last reply by Tim Greenfield - Monday, October 22, 2012 12:47 AM -
0 Votes
[W8.1][XAML]Custom control for XAML Metro style apps
Hi Krth, From your code your post, there is no Content property in CaptureElement control.Answered | 1 Replies | 630 Views | Created by Krth - Thursday, July 14, 2016 10:57 AM | Last reply by Jayden Gu - Friday, July 22, 2016 9:43 AM -
0 Votes
Accessing custom control base class properties in XAML
Hi people, Suppose I have a custom control that I inherit from Grid:Answered | 3 Replies | 4819 Views | Created by Rei Miyasaka - Tuesday, June 17, 2008 9:10 PM | Last reply by Brett Hickenbottom - Wednesday, June 18, 2008 12:26 AM -
0 Votes
Custom Properties + XAML
Alternatively, you can create a custom attached property.Answered | 4 Replies | 4110 Views | Created by QuddusAli - Friday, January 29, 2010 10:05 PM | Last reply by Linda Liu - Thursday, February 4, 2010 8:47 AM -
1 Votes
Generate custom TabItems in XAML
Hi Cherry, this won't stop the generation of TabItems within the custom control, but it indeed does work when, for example, binding an ItemsSource.Answered | 4 Replies | 707 Views | Created by Bankfred - Thursday, March 14, 2019 11:16 AM | Last reply by Bankfred - Monday, March 25, 2019 7:17 AM -
0 Votes
XAML map control
If you're building a UWP app, you should probably be using the built-in XAML map control that shipped with Windows 10.Answered | 10 Replies | 1862 Views | Created by rollingTides.Adi - Wednesday, October 12, 2016 10:19 AM | Last reply by rollingTides.Adi - Thursday, October 27, 2016 5:04 AM -
0 Votes
Xaml and Custom Editor
In case you need more information about creating custom editors - look at these materials: Feng Chen wrote: "Custom Editor and ...Answered | 2 Replies | 3677 Views | Created by Xuyingying - Thursday, July 31, 2008 7:49 AM | Last reply by Dmitry Pavlov - Saturday, August 2, 2008 8:31 AM -
1 Votes
Use XAML to populate ObservableCollection in custom control
Here is the latest, which is the complete definition of the dependency property and the regular property (The SetYAxes() method sets up the actual chart control I'm using).Answered | 5 Replies | 547 Views | Created by John E Anderson - Thursday, February 9, 2017 1:01 PM | Last reply by Magnus (MM8) - Tuesday, February 14, 2017 6:59 PM -
8 Votes
Help Customizing Checkbox XAML
Control Xaml with the styles moved out of the dictionary and into the control.Answered | 43 Replies | 5974 Views | Created by RMittelman - Tuesday, December 4, 2012 8:13 PM | Last reply by RMittelman - Wednesday, December 12, 2012 8:18 PM -
0 Votes
XAML from Compiled Control?
In general, our XAML parser does not preserve the orignal XAML very much.Answered | 4 Replies | 3463 Views | Created by javaConvert - Wednesday, June 24, 2009 7:47 PM | Last reply by javaConvert - Friday, June 26, 2009 2:46 AM -
0 Votes
[U8.1][XAML]Custom Controls, Styles, and the Visual Studio 2015 Designer
I have many custom controls that are little more than a control that inherits an existing XAML control (such as Checkbox) and sets the Style ...Answered | 1 Replies | 592 Views | Created by Nathan Sokalski - Saturday, December 26, 2015 2:06 AM | Last reply by Jamles Hez - Monday, December 28, 2015 5:05 AM -
0 Votes
XAML Date Picker Control
For my app, I need a Date picker XAML control, but I can not find one within the SDK.Answered | 1 Replies | 1415 Views | Created by CiwanM - Sunday, May 12, 2013 7:19 PM | Last reply by Ken Tucker - Sunday, May 12, 2013 8:22 PM -
0 Votes
XAML Controls List
I saw that one can get the Xaml Ui Basics sample from GetHub.Answered | 2 Replies | 788 Views | Created by Yves Pflieger - Wednesday, August 26, 2015 7:07 AM | Last reply by Mankdng Nef - Sunday, August 30, 2015 2:48 PM -
0 Votes
Loading XAML with custom dll references
Hi, I'm not sure why, but I can't add controls to my designer from non-WPF assemblies in the GAC.Answered | 4 Replies | 6778 Views | Created by DotNetGuy1 - Monday, June 30, 2008 3:51 PM | Last reply by Matt Galbraith - Monday, June 30, 2008 10:51 PM -
91 Votes
How to bind to custom DependencyProperty of custom DependencyProperty in XAML
Bindings on the XAML and all.Answered | 10 Replies | 16407 Views | Created by fishnet37222 - Sunday, May 1, 2011 12:53 AM | Last reply by Don Heuvelman - Tuesday, May 20, 2014 8:52 AM -
2 Votes
TreeView control in WinRT XAML
forum=wpdevelop Anyway, there is a code sample of how to use a TreeView control from the WinRT XAML Toolkit with MVVM Pattern available for ...Answered | 3 Replies | 1396 Views | Created by Vijay Zalaki - Thursday, November 26, 2015 10:38 AM | Last reply by Magnus (MM8) - Thursday, November 26, 2015 5:22 PM -
0 Votes
What is the counterpart of win32 tab control in XAML controls
Well, after browsing all the XAML controls, I think the FlipView control plays the most similar role to win32 tab control, with FlipViewItems being analog to child ...Answered | 2 Replies | 2919 Views | Created by Leonard - Thursday, November 1, 2012 10:13 AM | Last reply by Leonard - Monday, November 12, 2012 3:45 PM -
0 Votes
How to create initial xaml in a custom control when it's dropped from Toolbox
When dropping a TabControl from the Toolbox to a window in the VS designer, a default xaml is automatically generated, containing one TabItem and a Grid inside that.Answered | 2 Replies | 3649 Views | Created by SWarnberg - Wednesday, June 2, 2010 5:57 PM | Last reply by Jay_Wang - Thursday, June 3, 2010 7:28 AM -
0 Votes
creating custom forms conponents from XAML!
Using Templates to Customize WPF ControlsAnswered | 1 Replies | 2936 Views | Created by code_warrior - Sunday, June 27, 2010 9:47 AM | Last reply by Ray M_ - Sunday, June 27, 2010 5:33 PM - Items 1 to 20 of 1402898 Next ›
No announcements