background

  1. P

    XAML Gradient as Button Background

    Good morning, I'm not quite sure if I'm in the right place with this question, if not please let me know. I'm just starting out with WPF and have already hit my first hurdle. I would like to set a colour gradient as the button background. I've managed it for simple rectangles, but somehow it...
  2. M

    Question Changing the Background color of some ListBox Items

    The ListBox is defined as follows: <ListBox x:Name="EditableStructs" Grid.Row="5" Grid.Column="1" Margin="930,62,0,40" SelectionMode="Single" Grid.ColumnSpan="2" Background="PowderBlue" Height="500" ScrollViewer.VerticalScrollBarVisibility="Visible"...
  3. E

    Datagrid row should change the color

    Hey guys i m very new here so sorry if this is not the right place to post it but i really dont know where else i'd post it. I'm new at WPF and i don't know that much yet but i'm still learning. so here is my issue I want to make a simple financial manager witch takes the the content of the...
Back
Top Bottom