No announcements
Found 2228605 threads
-
1 Votes
Different color background for buttons at mouseover
Once editing the template you can select the MouseOver state in the States panel (assuming you are using Silverlight) and set the mouseover background color.Answered | 1 Replies | 2425 Views | Created by ba designer - Wednesday, July 6, 2011 1:07 PM | Last reply by Chuck Hays - Wednesday, July 6, 2011 1:34 PM -
0 Votes
changing MouseOver and MouseDown Background/Foreground Color WPF
I guess your main issue is that the MouseMove event doesn't really correspond to MouseOver.Answered | 2 Replies | 8323 Views | Created by valkyrieee - Tuesday, September 29, 2015 3:25 AM | Last reply by Magnus (MM8) - Tuesday, September 29, 2015 3:41 PM -
0 Votes
ComboBox MouseOver State (Change color of ToggleButton background)
Then just create a separate toggle button from scratch and plug that template into your existing combo box template.Answered | 12 Replies | 6984 Views | Created by mariocatch - Tuesday, February 1, 2011 5:00 PM | Last reply by mariocatch - Thursday, February 3, 2011 3:08 PM -
0 Votes
MouseOver on button
You can use a Pop Up as explained ...Answered | 1 Replies | 4861 Views | Created by RaiderZ - Monday, April 6, 2009 10:14 PM | Last reply by sj72 - Monday, April 6, 2009 10:45 PM -
1 Votes
Button mouseover event hides the button's background Image
Set the Button's Content property to an Image element instead of setting its Background to an ImageBrush: <Button Width="50" ...Answered | 2 Replies | 6483 Views | Created by TheShaleen - Monday, January 5, 2015 1:02 PM | Last reply by TheShaleen - Saturday, January 10, 2015 7:45 PM -
2 Votes
Disable the mouseover effect of a button in WPF
All I want to do is keep the style of the button I have and disable the mouseover effect.Answered | 7 Replies | 53167 Views | Created by naveenjones - Thursday, July 29, 2010 2:39 AM | Last reply by RaghuramanKalai - Saturday, December 8, 2018 8:46 AM -
0 Votes
Setting background color of a button
Perhaps surprisingly, the standard button control does not allow the background color to be customized.Answered | 2 Replies | 2696 Views | Created by Jorge Teixeira 1957 - Sunday, September 29, 2013 4:05 AM | Last reply by Pradish.MP - Sunday, September 29, 2013 2:00 PM -
0 Votes
Background Color for the Button Control
Hi Here is the example, can you try this and let me know, change background color of the button control when mouse over.Answered | 1 Replies | 3501 Views | Created by Koco - Friday, December 19, 2008 9:12 PM | Last reply by prasad22 - Saturday, December 20, 2008 4:12 PM -
1 Votes
changing background color of a button by coding
the problem is not the Color, per se, it is the Visual Style; the color is the same if you set the UseVisualStyleBackColor property = ...Answered | 4 Replies | 4870 Views | Created by tlu - Friday, July 22, 2011 6:41 PM | Last reply by Dig-Boy - Friday, July 22, 2011 11:25 PM -
1 Votes
How to customise ContentDialog with background color and button background color?
You can achieve this in XAML like below <ContentDialog.Resources> <Style TargetType="Button"> <Setter ...Answered | 2 Replies | 6395 Views | Created by Cynthia Mareia - Tuesday, September 30, 2014 2:06 PM | Last reply by Suresh-M - Thursday, July 21, 2016 10:09 AM -
0 Votes
Problem customizing MouseOver state of a button
And for this question, you should comment the RenderMouseOver="{TemplateBinding IsMouseOver}" code in the XAML of the Button ButtonChrome template.Answered | 1 Replies | 2236 Views | Created by Vahid Tavana - Monday, April 2, 2012 3:09 PM | Last reply by Jie Bao - Friday, April 6, 2012 7:57 AM -
2 Votes
Mouseover Button style in XAML
You need to get the Default Style of the button and with this you have the Visual State Manager that has a storyboard for the Mouseover.Answered | 4 Replies | 16951 Views | Created by Neonoid - Monday, December 10, 2012 7:46 AM | Last reply by saramgsilva - Tuesday, December 11, 2012 12:15 PM -
1 Votes
changing the default background color for a menuitem on mouseover
XAML:Answered | 5 Replies | 17646 Views | Created by Billy P - Friday, February 20, 2009 8:08 PM | Last reply by rad_hass - Tuesday, August 30, 2011 4:25 PM -
0 Votes
How to change Background color of a shaped button
Thanks jc But my main goal of making my path to a button is to use the button properties which path does not have such as IsPressed, IsFocused.Answered | 4 Replies | 3591 Views | Created by seaor - Monday, June 29, 2009 3:40 PM | Last reply by seaor - Monday, June 29, 2009 4:32 PM -
3 Votes
How to override WPF DataGrid IsSelected Background color by IsMouseOver Background color
Background color: Orange, Foreground color: Green 2.Answered | 5 Replies | 8635 Views | Created by Caroline S - Thursday, April 25, 2013 10:34 AM | Last reply by Caroline S - Monday, May 13, 2013 2:56 AM -
3 Votes
Button background onMouseOver
No, I don't have Expression blend.Answered | 7 Replies | 2254 Views | Created by Iminsoft - Tuesday, August 21, 2012 8:23 AM | Last reply by Thomas Bovy - Tuesday, August 21, 2012 10:15 AM -
0 Votes
mouse over color in button
Hi, Did you want to change the background of CommandBarMouseOverBackgroud of Visual Studio 2012, please download the Visual Studio Color Theme ...Answered | 1 Replies | 1079 Views | Created by marlon_1_1 - Tuesday, May 7, 2013 7:06 PM | Last reply by Ego Jiang - Wednesday, May 8, 2013 8:50 AM -
0 Votes
Ribbon Background Color and Button size
1) Is it possible to change the background color of a ribbon?Answered | 1 Replies | 1096 Views | Created by monbrot - Monday, September 19, 2016 5:29 PM | Last reply by Eugene Astafiev - Monday, September 19, 2016 7:49 PM -
1 Votes
Set Background Color of Tapped, or Clicked Button
Hi Robert, You can look at how this works in the Button style defined in Program Files (x86)\Windows Kits\8.0\include\design\xaml\generic.xaml The ...Answered | 1 Replies | 2629 Views | Created by rrobhelle - Saturday, October 27, 2012 8:58 PM | Last reply by Rob Caplan [MSFT] - Saturday, October 27, 2012 10:51 PM -
1 Votes
How do I change the Background Color of a button in WPF on a mouse click ?
It resolves your issue of switching between colors as animation.Answered | 3 Replies | 52180 Views | Created by karzler - Saturday, September 13, 2014 10:58 PM | Last reply by parth.shah - Friday, September 19, 2014 11:54 AM - Items 1 to 20 of 2228605 Next ›
No announcements