python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
XAML Datagrid set rowStyle if Value greater than
I've got a Datagrid with 3 columns.
Now i want to change the highlight of the row conditionally.
like: if the value in column 2 is greater than XX change row color to Red.
I've already tried something...
Dario.Casciato
Votes: 0
Answers: 1
How to manage each item's margin of item collection?
I dynamic add tab items into tabControl from viewModel. Each new tab item include in a tag property an object, which has status property as enumeration. If object's status is active, I need to change ...
Tyomios
Votes: 0
Answers: 0
How to show/hide Rectangles on TabItem selection depending on a Tab Control ViewModel in WPF?
I have a WPF application where I need to use Tab Control. In my Tab Control I have total three tab items.
Here my MainWindow.xaml code :
<Grid>
<Grid.RowDefinitions>
...
MERUN KUMAR MAITY
Votes: 0
Answers: 0
How to change Button Image when ListView is empty through a trigger
I would like to change the image of an WPF Button on ListView empty, but I don't now which is the property I must set from the trigger.
<Style x:Key="DisableOnEmptyLvStyle" TargetType=&qu...
Willy
Votes: 0
Answers: 2