30 Replies
i dont want the blue
you need to provide a bit more info, what UI framework is this
and what's the control with the blue selection color
wpf
its in the tags
What are you making?
my own password manager but other people wanted it so i made a donation options
what control is that
with the Dashboard, Passwords, etc
its just a button rn
a collection of buttons?
can you show some xaml involving that menu
mmm idk wym by that
on a sidenote, you don't use drag n drop on WPF
is that button pressed or are you hovering over it?
hovering over it
wdym?
those margins will just ruin your app
how so?
they are used for fine tuning at best, you use grids/panels/etc to position the elements
stackpanel?
sure
so when you say drag and drop do you mean the toolbox
yes
i didnt use the toolbox
well, those margins look like drag n drop
well i copied and pasted so that could be why š
i wrote the code then copied it and pasted it
would it be better if i just rewrote it instead of copy and pasting
copy pasting from where?
but sure
like just doing this
<Button Margin="455,-6,580,714" FontFamily="Segoe Mdl2 Assets" Content="" FontWeight="Bold" Foreground="White" Background="Transparent" BorderBrush="Transparent" Grid.Column="1" Click="Button_Click_2"/>
<StackPanel Orientation="Horizontal" Background="Transparent" Margin="22,33,940,640" Grid.Column="1">
<TextBlock Text=" Sites" FontFamily="Arial" FontSize="35" FontWeight="Bold" FontStyle="Italic" Width="101" Foreground="white" Height="52"/>
</StackPanel>
basically just copying and pasting the text
instead of drag and drop
but do you know how to remove the hover effect? @sn0wgirl_97
or make it transparent
Stack Overflow
Change color of Button when Mouse is over
I want to change the background color of a button when IsMouseOver == True
<Button Command="{Binding ClickRectangleColorCommand}" Background="{Binding Color, Converter={StaticResource
I mean from where are you copy pasting
if it's a tutorial, I would not follow it
no its not
$rulesofwpf
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.