No announcements
Found 3875367 threads
-
0 Votes
Trying to use the GridViewPager usercontrol in other pages that dont use dynamic data.
The good thing about dynamic data pages, is that this code isnt there ...Answered | 2 Replies | 52 Views | Created by Anonymous - Monday, October 6, 2008 7:07 PM | Last reply by Anonymous - Tuesday, October 7, 2008 9:34 AM -
0 Votes
WinForm Usercontrols communicating to each other
You can try calling invalidate instead of refresh methods within the usercontrol or have the parent (container form) call refresh or invalidate.Answered | 2 Replies | 3267 Views | Created by sbrazier - Tuesday, March 3, 2009 10:57 PM | Last reply by sbrazier - Wednesday, March 4, 2009 2:20 PM -
3 Votes
Using MVVM in UserControls
In the UserControl XAML, I bind all the controls to these properties, both the data and the Visibility binds that are specific to SelectInventoryViewModel.Answered | 8 Replies | 5238 Views | Created by Cesar Mello - Wednesday, April 7, 2010 11:25 AM | Last reply by Andy ONeill - Thursday, May 27, 2010 11:10 AM -
8 Votes
Use an usercontrol in a Window(WPF)
Recent Technet articles: Property List Editing; Dynamic XAMLAnswered | 16 Replies | 992 Views | Created by black94 - Monday, February 23, 2015 4:16 PM | Last reply by black94 - Tuesday, February 24, 2015 11:07 AM -
0 Votes
how to use a custom usercontrol
Check out (http://msdn.microsoft.com/en-us/library/sbz9etab(v=vs.100).aspx) for how to register a user control for use on a page.Answered | 1 Replies | 751 Views | Created by LearnerMan1234 - Wednesday, November 27, 2013 12:31 PM | Last reply by RNCRyan - Wednesday, November 27, 2013 4:00 PM -
0 Votes
Creating a dynamic property for a UserControl using Dependency Properties
Is there no way to do this without using INotifyPropertyChanged in a UserControl?Answered | 3 Replies | 540 Views | Created by T Gregory - Monday, April 22, 2019 2:51 PM | Last reply by T Gregory - Monday, April 22, 2019 5:43 PM -
0 Votes
Use a UserControl as the Content of a TabItem
In the future, please also post what you did to make it work, so others can learn from you.Answered | 2 Replies | 3682 Views | Created by Alan Z - Monday, December 28, 2009 6:43 PM | Last reply by DaveyBoy1138 - Tuesday, December 29, 2009 3:24 PM -
1 Votes
returning a value from usercontrol on page load
Hi, For this you need to create a custom event in you UserControl and while you loading that control in you page you need to attach it to any event handler ...Answered | 3 Replies | 3666 Views | Created by randycdouglas - Monday, May 21, 2012 2:29 AM | Last reply by Cor Ligthert - Monday, May 21, 2012 5:23 AM -
0 Votes
Making a UserControl to be instantiated dynamically
Hello obsolent, It seems you want to add handler dynamically, please try refer to this article about how you can add handle: AddHandler ...Answered | 1 Replies | 452 Views | Created by obsolent - Monday, June 13, 2016 7:01 PM | Last reply by Barry Wang - Wednesday, June 15, 2016 1:29 AM -
0 Votes
using ascx UserControl in Newform.aspx and Editform.aspx
http://office.microsoft.com/en-us/sharepoint-designer-help/create-a-custom-list-form-HA010119111.aspx Regards, Marco A ...Answered | 3 Replies | 7815 Views | Created by HammerGuy - Monday, January 17, 2011 5:42 PM | Last reply by shyjumohan - Tuesday, January 18, 2011 5:10 AM -
0 Votes
Using a UserControl as listview/listbox item
What I am trying to do is create a usercontrol that will take input from XAML.Answered | 9 Replies | 5105 Views | Created by sqlguy - Monday, March 8, 2010 5:56 PM | Last reply by Andy ONeill - Thursday, March 11, 2010 9:14 PM -
0 Votes
BackgroundWorker process using UserControl
Once again, it's not very clean to access the UserControl's member from the main form.Answered | 9 Replies | 7208 Views | Created by Paul.Prasanta - Thursday, February 17, 2011 1:26 PM | Last reply by Paul.Prasanta - Monday, February 21, 2011 10:27 AM -
0 Votes
Binding dynamic Style to UserControl
I'll try that one out.Answered | 4 Replies | 4708 Views | Created by Shalan007 - Sunday, June 20, 2010 6:40 AM | Last reply by Shalan007 - Wednesday, June 23, 2010 7:31 AM -
0 Votes
Using a binding with a UserControl
Forget that I have a PropertyChangedEventHandler in there, I'm not using it or trying to use it.Answered | 6 Replies | 3034 Views | Created by pkp9774 - Sunday, July 19, 2009 4:22 PM | Last reply by pkp9774 - Wednesday, July 22, 2009 4:33 PM -
2 Votes
how to use create and use usercontrols in vb.net
Hi adilahmed, You can also look into the following link for some information about create usercontrol ...Answered | 3 Replies | 3461 Views | Created by adilahmed - Monday, December 14, 2009 6:35 AM | Last reply by Jeff Shan - Wednesday, December 16, 2009 10:51 AM -
1 Votes
Sharing a data between UserControl and MainWindow
This error is nothing to do with sharing data.Answered | 5 Replies | 18751 Views | Created by David Sedláček - Wednesday, August 8, 2012 8:39 PM | Last reply by kishhr - Sunday, August 12, 2012 3:15 PM -
0 Votes
ControlTemplate AdornedElementPlaceholder dont work with UserControl
I solved this problem by using the Validation.HasError-Trigger and my own TextBox-ControlTemplate: <ControlTemplate x:Key="TextBox_DefaultControlTemplate" ...Answered | 4 Replies | 4609 Views | Created by mfelive.de - Tuesday, July 7, 2009 3:19 PM | Last reply by Myz_Lee - Monday, July 27, 2009 4:08 PM -
0 Votes
Change Usercontrol and Transfer Data
In other words, you still have the current functionality that is available in the link, the application that I have uploaded on Internet, and add two functionality: - When ...Answered | 9 Replies | 1240 Views | Created by Sakura Data - Tuesday, August 19, 2014 9:51 PM | Last reply by Sakura Data - Tuesday, August 26, 2014 6:52 PM -
4 Votes
Dynamic Data Entry form using WPF-C#
This can be beneficial to other community members reading this thread.Answered | 6 Replies | 3218 Views | Created by fmLeigh - Saturday, September 2, 2017 11:35 AM | Last reply by Bob Ding - Tuesday, September 12, 2017 8:25 AM -
0 Votes
WPF DYNAMIC MENU WITH USERCONTROL...
In this DemoApplication: http://msdn.microsoft.com/en-us/magazine/dd419663.aspx#id0090025 The ViewModel has a Collection fo command Objects that a ...Answered | 3 Replies | 1836 Views | Created by Sabarinathan87 - Thursday, February 28, 2013 6:45 AM | Last reply by Christopher84 - Friday, March 1, 2013 12:07 PM - Items 1 to 20 of 3875367 Next ›
No announcements