8,760 questions
0
votes
0
answers
14
views
Setting the WPF ComboBoxItem Background Color when an ObjectDataProvider binding is used to populate ComboBox
I have a ComboBox with an ObjectDataProvider binding to an enum of colors. I have the enum descriptions displaying. I would like to have the ComboBoxItem background color match the designated color. I'...
0
votes
0
answers
79
views
excel vba styles.add.VALUE What does it do
I have been writing a macro to define a custom style and I cannot find what the following does:
ActiveWorkbook. styles.add.value
I thought it might allow me to set an initial value (like "x")...
0
votes
1
answer
1k
views
how to hover group of elements on hovering another element?
I have one div .product-wrapper that contains group of elements. And I need to animate them all on hovering on the div container.
the problem is I only get animation when hovering on the main ...
1
vote
1
answer
2k
views
How to remove background default color of next.js latest
Here is the screenshot of the issue
When i change any gradient color it default give these lines on next.js but the problem is solved when i give any blue or green color
My current color code of bg ...
0
votes
1
answer
81
views
Reactjs and typescript assign randomly generated variable to div style width and height
i am trying to assign randomly generated variable as width and height to div, so far i have written the function for generating random size but i get error when i'm trying to assign it to style
my ...
0
votes
1
answer
340
views
React Native, How to flexibly size picture within flexGrow?
I have several Views and after those, I want to use the remaining space on the screen for a flexible preview gallery. However, as of now, I can only make the picture take the natural picture size, it ...
0
votes
1
answer
459
views
Why Are Conditional XAML Setters In Default WinUI Styles Invalid In UWP?
I copied the default WinUI button style from the WinUI GitHub repo into an empty project. Below is my App.xaml. When I try to run the project, I get this error: The XAML Binary Format (XBF) generator ...
2
votes
2
answers
2k
views
How to customize Tkinter.ttk Progressbar with label text and custom bar color
I'm trying to create a custom progress bar widget that has some text (Label) above it, and I have to change the background (Progressbar) bar color in some situations, but I'm struggling to understand ...
0
votes
1
answer
61
views
Underline effect through styled components not working
I would like to make the effect of underlining links when hovering over styled components, for some reason hover is not working and not even after
export const Links = styled.div `
ul {
...
0
votes
1
answer
2k
views
react native display image
Hi everyone I would like to display an image but I don't know why, I can't display it. I think it's propobaly because i'm using wrong the height and the witdh but I'm searching and I didn't found any ...
0
votes
1
answer
1k
views
Style mat input on error (adding a mat icon to input field on error)
I'm trying to style my mat input field on an error by adding an error icon next to the clear field icon like this:
I can't find any way to add the icon. Thank you for your help in advance.
My HTML:
&...
1
vote
2
answers
289
views
how to make button align horizontally using css style
This is how mine looks like
I want it like this
the first picture, it always happened when the there are many column in a table (eg: having 8 column per table) while the second picture only having ...
0
votes
1
answer
4k
views
How do I use tkinter, ttk and ttkbootstrap styles at the same time without one overriding the other?
I have written a simple Hangman app with tkinter graphics and I'm trying to make it better by using ttkbootstrap.
The problem is, I have created a grid where all the letters of the alphabet show as ...
0
votes
2
answers
74
views
How do I make my style.scss(@import “variables “, @import “globals”, and @import “header”) to communicate with my stylesheet?
Im trying to learn sass and JavaScript using VS Code. I created an app folder that holds my js folder which contains my script.js and scss folder that contains my _globals.scss. _header.scss, ...
0
votes
1
answer
382
views
How to change the style applied by the framework only for a particular component using Module CSS?
I want to change the style of a commonly used component whose style is applied by framework, only in one case (component). I'm using Devextreme as framework with React JS.
I can mutate the ...