No announcements
Found 1392426 threads
-
0 Votes
issue in usercontrol
I faced some issues in dynamic loading.Finally i got solution triggering usercontrol from Ajax Post.Answered | 1 Replies | 1320 Views | Created by suneetha polaris - Monday, April 27, 2015 3:30 PM | Last reply by Kristin Xie - Tuesday, April 28, 2015 5:28 AM -
1 Votes
UserControl Binding issues
UserControl is already inherited from DependencyObject.Answered | 4 Replies | 5527 Views | Created by pymWPF - Tuesday, February 9, 2010 2:27 PM | Last reply by pymWPF - Thursday, February 11, 2010 8:23 AM -
2 Votes
Usercontrol dependency property binding issue
I solved the issue by removing usercontrols and putting them in a resource dictiory. it works perfect.Answered | 2 Replies | 731 Views | Created by wpfprogrammer88 - Wednesday, April 9, 2014 8:15 AM | Last reply by Terrence-Jones - Friday, April 11, 2014 1:58 AM -
1 Votes
WPF Image display issue in a UserControl
However, we are not seeing the entire user control that it is embedded or how the multiple user controls are used.Answered | 5 Replies | 2566 Views | Created by IamHuM - Monday, April 30, 2012 6:10 PM | Last reply by Christine L. _ - Tuesday, May 1, 2012 4:41 PM -
0 Votes
Pass same object in the process by multiple Usercontrols
Like: public class UC1 : UserControl { private static DataClass ds; public static ...Answered | 1 Replies | 3561 Views | Created by Am X - Thursday, June 12, 2008 4:27 AM | Last reply by Petr Pechovic - Thursday, June 12, 2008 12:55 PM -
0 Votes
Design time UserControl issue
I created a UserControl which works at runtime but at design time the binding fails in Visual Studio.Answered | 2 Replies | 1409 Views | Created by Robb Schiefer - chief7 - Tuesday, September 4, 2012 12:54 AM | Last reply by Robb Schiefer - chief7 - Wednesday, September 5, 2012 1:27 AM -
0 Votes
ItemsControl with multiple item templates: datatemplates or usercontrols?
I dont want to place multiple datatemplates in one file, it becomes too long and hard to read.Answered | 3 Replies | 8872 Views | Created by arniar - Thursday, December 22, 2011 8:01 AM | Last reply by arniar - Friday, February 17, 2012 6:48 AM -
0 Votes
multiple usercontrols need to be givin one interface
guys and girls, Im creating a usercontrol that has the following properties string Input string ...Answered | 1 Replies | 2659 Views | Created by mookie_jones - Wednesday, September 16, 2009 11:34 AM | Last reply by DeborahK - Thursday, September 17, 2009 1:43 AM -
0 Votes
Issues with using a UserControl as a DataTemplate
Here is my user control: <UserControl x:Class="MyApp.DisplayCell" ...Answered | 1 Replies | 2928 Views | Created by daaboots - Friday, December 9, 2011 8:56 PM | Last reply by Rob Caplan [MSFT] - Friday, December 9, 2011 11:04 PM -
0 Votes
usercontrol
If you really want to do this, you shouldn't be using a UserControl.Answered | 1 Replies | 4284 Views | Created by krex - Thursday, October 2, 2008 2:13 PM | Last reply by Colin Eberhardt - Thursday, October 2, 2008 3:31 PM -
1 Votes
Customcontrol vs Usercontrol lightweight
Hi hungdoan, I am marking your issue as "Answered", if you have new findings about your issue, please let me know.Answered | 4 Replies | 2318 Views | Created by hungdoan - Wednesday, September 21, 2011 3:19 AM | Last reply by Sheldon _Xiao - Thursday, September 29, 2011 2:23 AM -
0 Votes
How to create multiple instances of a UserControl?
I tried creating a simple example, using some of your code and added my own UserControl (called MyLabel - deriving from Label).Answered | 5 Replies | 6079 Views | Created by kennethkryger79 - Friday, August 22, 2008 7:05 AM | Last reply by Atul Gupta - Monday, August 25, 2008 8:28 AM -
0 Votes
[UWP][XAML] Binding an UserControl in an UserControl
Guide to posting: subject line tags andAnswered | 4 Replies | 2562 Views | Created by Sylvain Bruyère - Thursday, April 14, 2016 3:41 PM | Last reply by Sylvain Bruyère - Thursday, April 28, 2016 12:56 PM -
0 Votes
UserControl inside a Usercontrol
Window hosting UserControl-AAnswered | 4 Replies | 13605 Views | Created by entrodus - Thursday, June 19, 2008 8:01 PM | Last reply by entrodus - Sunday, June 22, 2008 10:45 AM -
1 Votes
WPF UserControl Issue - IsArrangeValid = False
The real issue I'm hoping someone can give me a clue with is why everything works if the host screen is active, regardless of the row count, but if it's not active, it all still works ...Answered | 3 Replies | 1070 Views | Created by Mike Hoffman - Tuesday, November 10, 2015 7:21 PM | Last reply by Andy ONeill - Wednesday, November 11, 2015 9:16 AM -
0 Votes
userControl on MouseLeave?
Hi rockdale, Looking at ur issue it seems that MouseLeave event is getting tunneled.Answered | 2 Replies | 5956 Views | Created by rockdale - Friday, September 9, 2011 2:26 PM | Last reply by Sheldon _Xiao - Monday, September 12, 2011 7:30 AM -
0 Votes
c# WPF USercontrol
When creating a UserControl you should have re-use in mind, i.e. you should be able to use your UserControl within different context, across multiple screens, applications ...Answered | 2 Replies | 3666 Views | Created by krex - Monday, September 15, 2008 9:45 AM | Last reply by krex - Monday, September 15, 2008 10:10 AM -
0 Votes
UserControl That Works Like A Grid
The main goal here is that the usercontrol is just like a data repeater control but i want the data only to be scrolled and the usercontrol.Answered | 7 Replies | 2410 Views | Created by Ilokano - Monday, September 7, 2009 1:27 PM | Last reply by Ilokano - Wednesday, September 9, 2009 3:52 PM -
0 Votes
Help on Usercontrol containing Datagridview
public partial class UserControl1 : UserControl { public UserControl1() { InitializeComponent(); ...Answered | 2 Replies | 3304 Views | Created by krkris - Friday, March 2, 2012 7:15 AM | Last reply by Bob Wu-MT - Tuesday, March 6, 2012 9:15 AM -
0 Votes
GetWindow on UserControl
Hi sn75, I am marking your issue as "Answered", if you find the answer is no help for you or you have new findings about this issue, please unmark.Answered | 3 Replies | 6374 Views | Created by sn75 - Monday, December 13, 2010 12:51 PM | Last reply by Sheldon _Xiao - Tuesday, December 21, 2010 3:11 AM - Items 1 to 20 of 1392426 Next ›
No announcements