No announcements
Found 1167022 threads
-
2 Votes
Adding User control to a Wrap Panel dynamically in MVVM....
Dynamically created controls normally go in the code behind or you can also bind them (View to view model).Answered | 4 Replies | 9793 Views | Created by Pavan Kakumanu - Monday, August 22, 2011 8:20 AM | Last reply by Annabella Luo - Wednesday, August 31, 2011 3:13 AM -
1 Votes
dynamic columns in datagrid with mvvm
> I am facing issue in column and Row binding.Answered | 4 Replies | 1834 Views | Created by Jagadish_Patil - Monday, December 16, 2013 12:10 PM | Last reply by 么么哒 - Monday, December 23, 2013 11:24 AM -
1 Votes
WPF MVVM event binding
The MVVM pattern has never said you can't have rendering and command bindings absent from the View.Answered | 11 Replies | 19339 Views | Created by Ankit Himmatlal Shah - Monday, February 7, 2011 2:26 PM | Last reply by Sheldon _Xiao - Tuesday, February 15, 2011 10:10 AM -
0 Votes
Creating a dynamic wpf menu with MVVM
- Create a Collection of MenuItems to Bind with a menu control in MainWindow - Create in NAVEGATOR one RelyCommand and a method for every ...Answered | 2 Replies | 1818 Views | Created by fjjcent - Friday, September 18, 2015 9:32 AM | Last reply by fjjcent - Wednesday, September 23, 2015 1:26 PM -
0 Votes
Binding Events [MVVM/ WPF]
I have used this one by Marlon Grech: http://marlongrech.wordpress.com/2008/12/13/attachedcommandbehavior-v2-aka-acb/ If you are using MVVM Light ...Answered | 1 Replies | 4572 Views | Created by Asela Gunawardena - Thursday, October 28, 2010 5:04 AM | Last reply by Michael Detras - Thursday, October 28, 2010 5:24 AM -
0 Votes
Bind xml to treeview control in wpf, mvvm
Hi Thanks for your reply, How can I bind to a command, so that I will get the parent node details ?Answered | 4 Replies | 3999 Views | Created by Ramana Bellary - Monday, November 18, 2013 4:27 AM | Last reply by Terrence-Jones - Thursday, November 21, 2013 7:39 AM -
0 Votes
Access control's method with MVVM
Finally I have found here what I was looking for.Answered | 2 Replies | 657 Views | Created by F Starred - Friday, April 10, 2015 8:21 AM | Last reply by F Starred - Friday, April 10, 2015 10:47 AM -
0 Votes
Bindings in XAML in WPF MVVM!
They bind to relaycommands which are an implementation of icommand.Answered | 2 Replies | 659 Views | Created by Rakkk - Friday, April 17, 2015 2:22 PM | Last reply by Andy ONeill - Saturday, April 18, 2015 8:49 AM -
0 Votes
how to dynamically add a submenu to a menu in WPF MVVM?
great example, but how to dynamically add commands to items?Answered | 7 Replies | 13235 Views | Created by sobianand - Thursday, December 15, 2011 8:20 AM | Last reply by Asma_Souma - Wednesday, April 23, 2014 11:22 AM -
0 Votes
MVVM and Data Binding in a large project
(Kind of like repeater controls in ASPX)...Answered | 12 Replies | 7849 Views | Created by Robert F Bouillon - Monday, January 3, 2011 9:18 PM | Last reply by Mr. Javaman - Wednesday, January 5, 2011 6:07 PM -
3 Votes
Dynamically Load XAML Dice - MVVM
It controls the buttons enabled state visual.Answered | 9 Replies | 1826 Views | Created by Arsenalfandan - Friday, October 4, 2013 3:05 PM | Last reply by Mr. Javaman II - Friday, October 18, 2013 5:40 PM -
1 Votes
Binding MVVM with WCF
Instead of using code behind I am using MVVM pattern.Answered | 1 Replies | 9679 Views | Created by Cute_Raaj - Wednesday, March 25, 2009 2:07 PM | Last reply by prasad22 - Thursday, March 26, 2009 4:34 AM -
1 Votes
MVVM and custom control
This really is kind of separate from MVVM, if you're using it correctly.Answered | 2 Replies | 4346 Views | Created by francesco.t - Tuesday, October 20, 2009 2:05 PM | Last reply by francesco.t - Tuesday, October 20, 2009 8:07 PM -
7 Votes
How to add controls to DataGrid binded to DataTable without violation MVVM?
You can dynamically build a table on a database I suppose.Answered | 12 Replies | 3037 Views | Created by NiceStepUp - Wednesday, December 16, 2015 3:01 PM | Last reply by Andy ONeill - Friday, December 18, 2015 12:37 PM -
0 Votes
MVVM user control,
You can see this article for the command binding in WPF MVVM.Answered | 6 Replies | 5829 Views | Created by Jesper Odgaard Nielsen - Thursday, August 27, 2009 12:40 PM | Last reply by David Bekham - Wednesday, May 23, 2012 4:55 AM -
0 Votes
MVVM, Element Binding and Binding Errors
Hi, this doesn't feel very much like MVVM for me...Answered | 5 Replies | 3523 Views | Created by Aaron Edwards - Wednesday, October 19, 2011 6:19 PM | Last reply by Aaron Edwards - Thursday, October 27, 2011 3:46 PM -
0 Votes
MVVM Static Singleton Binding
I'm converting a previous project to MVVMAnswered | 5 Replies | 4122 Views | Created by Jibrohni - Wednesday, November 7, 2012 3:35 PM | Last reply by Jibrohni - Friday, November 9, 2012 9:53 AM -
0 Votes
MVVM command binding
When you start the work (DoWork) set IsBusy (This is a property which I am proposing to expose in your VM and bind it to DependencyObject cursor.Answered | 2 Replies | 4033 Views | Created by michaelgr123 - Friday, July 13, 2012 10:29 AM | Last reply by Mr. Javaman II - Friday, July 13, 2012 10:47 AM -
3 Votes
Get Text of dynamically added Textbox (Without MVVM)
Hi So I know that you usually should take the MVVM approach but for my app it seems to be an overkill.Answered | 6 Replies | 1509 Views | Created by flutter-by - Friday, May 31, 2013 8:54 AM | Last reply by Sachin S - Thursday, December 12, 2013 6:40 PM -
2 Votes
Binding to IEnumerable<> using mvvm
So, in your view you bind to "Title1", but in code you set "title1".Answered | 7 Replies | 7106 Views | Created by surfluds - Friday, April 8, 2011 9:04 AM | Last reply by Sheldon _Xiao - Monday, April 11, 2011 9:44 AM - Items 1 to 20 of 1167022 Next ›
No announcements