No announcements
Found 3387870 threads
-
0 Votes
Why does WPF MenuItem IsChecked="True" triggers Checked Event during Initialization?
Hi smyrin, You could register the Checked event after Initialization: public MainWindow() { InitializeComponent(); ...Answered | 3 Replies | 4063 Views | Created by smyrin - Wednesday, January 2, 2013 4:32 PM | Last reply by smyrin - Thursday, January 3, 2013 4:08 PM -
0 Votes
Best practice for WPF MenuItem and Switch disable between two MenuItems
Here is an example that should give you the idea: <ContextMenu x:Shared="false" ...Answered | 2 Replies | 5428 Views | Created by MrFlamby - Monday, July 6, 2015 9:42 AM | Last reply by Magnus (MM8) - Monday, July 6, 2015 10:06 AM -
0 Votes
checkbox in datagrid checked event not trigger wpf mvvm
>why checkcommand is not trigger?Answered | 1 Replies | 4977 Views | Created by weeiyourda - Thursday, September 24, 2015 9:44 AM | Last reply by Magnus (MM8) - Thursday, September 24, 2015 4:43 PM -
4 Votes
CheckBox\MenuItem IsChecked binding non-functional after manual interaction
The IsChecked toggle state will react perfectly to the Converter's output UNTIL a) A user checks/unchecks the ...Answered | 7 Replies | 6564 Views | Created by cb81 - Tuesday, February 24, 2009 2:22 PM | Last reply by mookie_jones - Tuesday, September 18, 2012 2:26 PM -
0 Votes
RemediationType: - RemediationResult: "True"
Microsoft Certified Professional Microsoft MVP [Windows Server] Datacenter Management Disclaimer: This posting is provided ...Answered | 1 Replies | 3293 Views | Created by Zach Torre - NeatGuy - Thursday, July 21, 2016 6:17 PM | Last reply by Dave Patrick - Saturday, July 23, 2016 12:14 PM -
1 Votes
Why does my checkbox doesn't point true when an item is checked?
Yes @Xavier ,the value of IsChecked was false.Now I'm working on it by deleting every event handler and checkcommand and I am trying again from scratch to make it work.I am a little ...Answered | 23 Replies | 368 Views | Created by CrazyVibe - Tuesday, April 10, 2018 11:25 AM | Last reply by CrazyVibe - Thursday, April 26, 2018 7:58 AM -
0 Votes
CheckBox and the IsChecked default value
When do you set IsChecked to true?Answered | 1 Replies | 6684 Views | Created by Nithos - Wednesday, July 16, 2008 3:04 PM | Last reply by Bigsby - Thursday, July 17, 2008 10:44 AM -
0 Votes
A listview that contains checkbox, IsChecked to trigger IsSelected in ListViewItem??
This is my code: <ListView > <ListView.Resources> <Style TargetType="{x:Type ListViewItem}" ...Answered | 1 Replies | 5346 Views | Created by Jessica Alba - Friday, January 7, 2011 11:49 AM | Last reply by Jessica Alba - Friday, January 7, 2011 12:00 PM -
1 Votes
wpf radiobutton IsChecked problem
Hi, the code will be self explaining: public class BoolToZeroOneConverter : IValueConverter { public object Convert(object value, Type targetType, ...Answered | 3 Replies | 922 Views | Created by fossil2 - Thursday, November 28, 2013 1:39 PM | Last reply by fossil2 - Sunday, December 1, 2013 1:43 PM -
2 Votes
menuitem checkbox
</BulletDecorator.Bullet> <ContentPresenter HorizontalAlignment="{TemplateBinding ...Answered | 6 Replies | 2129 Views | Created by zleug - Tuesday, January 22, 2013 1:02 AM | Last reply by Sheldon _Xiao - Monday, February 4, 2013 10:26 AM -
0 Votes
WPF: MenuItem Icon
You can find WPF forum here: http://social.msdn.microsoft.com/Forums/en-US/wpf/threads/ This is C# forum.Answered | 1 Replies | 4790 Views | Created by DennisMadsen - Tuesday, December 2, 2008 6:15 PM | Last reply by Tan Silliksaar - Tuesday, December 2, 2008 11:41 PM -
2 Votes
MenuItem and MouseOver
Hi, You can achieve using style trigger.Answered | 3 Replies | 5515 Views | Created by amithashenoy - Friday, March 14, 2014 11:39 PM | Last reply by AyyappanSubramanian - Thursday, March 20, 2014 12:48 AM -
5 Votes
MenuItem as a radio / options list
WPF requires way too much work for the basics.Answered | 12 Replies | 27533 Views | Created by Wintercase - Friday, October 26, 2007 9:22 PM | Last reply by olesya95 - Friday, June 14, 2019 8:52 AM -
0 Votes
How do I programically check (isChecked = true) in a WPF DataGridCheckBoxColumn
One way to do this is to do it through databinding and changing properties on the data that is bound to the check box.Answered | 1 Replies | 8935 Views | Created by Mike_195823 - Saturday, May 30, 2009 8:48 AM | Last reply by Trent F Guidry - Sunday, May 31, 2009 6:58 PM -
0 Votes
checkbox checked event trigger multiple time wpf mvvm
longTime { get; set; } public bool IsSelected { get; set; } } That's the correct way of implementing change notifications according to the MVVM ...Answered | 1 Replies | 3328 Views | Created by weeiyourda - Thursday, September 24, 2015 1:45 PM | Last reply by Magnus (MM8) - Thursday, September 24, 2015 3:37 PM -
1 Votes
Beginner's question on WPF, menuitems, and ApplicationCommands
For that matter why can't I do a simple thing like set the name of the menu item through the Collection Editor Items editor?Answered | 3 Replies | 2834 Views | Created by B. Chernick - Wednesday, December 7, 2011 4:14 PM | Last reply by Sheldon _Xiao - Tuesday, December 20, 2011 9:35 AM -
1 Votes
Make a MenuItem non selectable in WPF
If a MenuItem under the Favorites node is represented by a FavouritesViewItem object, you should add a Boolean property to this class and bind this one to the IsEnabled property of the ...Answered | 5 Replies | 3346 Views | Created by Kinshu - Friday, March 28, 2014 11:21 AM | Last reply by Kinshu - Tuesday, April 1, 2014 6:08 AM -
3 Votes
Check mark in WPF context menu
In answer to your question, MenuItems have a check mark built in.Answered | 2 Replies | 30546 Views | Created by Jesper Fiii. Nielsen - Saturday, February 11, 2012 7:57 AM | Last reply by Rahul P Nath - Saturday, February 11, 2012 10:38 AM -
0 Votes
To quote or not to quote, that is the confusion
The topic for the Switch activity should be clear on it and could include a Note explaining why.Answered | 5 Replies | 5841 Views | Created by Robert Green - Friday, December 4, 2009 9:35 PM | Last reply by Robert Green - Monday, December 7, 2009 11:15 PM -
0 Votes
WPF Button style trigger show hide Control
can i do without creating click event means by style trigger?Answered | 7 Replies | 10701 Views | Created by AnkitKumar2016 - Tuesday, March 22, 2016 6:03 AM | Last reply by Andy ONeill - Monday, March 28, 2016 2:54 PM - Items 1 to 20 of 3387870 Next ›
No announcements