Posts by Gilthayllor Sousa • 97 points
7 posts
-
0
votes1
answer18
viewsA: Logic problem with Progress Circle
I found the solution. I stopped using the Converter; using the 360°; of the circle I just divide 360 by X and increment the angle value from that result.
-
1
votes1
answer18
viewsQ: Logic problem with Progress Circle
I have a Circle preview in my wpf project, I’m using a class to convert the value 360 to 100, to look like it’s 100%, but I have a problem, I get an X time, and the 100% of the circle has to be…
-
2
votes0
answers16
viewsQ: Problem with Datagrid Header Background
I have the following block of code setting the style of Header in my shampoo: <Style TargetType="{x:Type DataGridColumnHeader}"> <Setter Property="Background" Value="DimGray"/>…
wpfasked Gilthayllor Sousa 97 -
0
votes1
answer24
viewsQ: Is it possible to have a 'Partialview' in WPF?
I was wondering if it is possible to implement the concept of partialview in a WPF View. Something like a system of tabs, which changes the content of the grid but does not alter the layout of the…
-
1
votes1
answer109
viewsQ: How to equally divide Stackpanel’s space between children
I have a Stack Panel with a few buttons inside, I want the available Stack space to be divided equally between the buttons. <StackPanel Orientation="Horizontal" HorizontalAlignment="Center">…
-
3
votes2
answers360
viewsQ: Why doesn’t my . svg work in Firefox?
My . svg is not loaded in Firefox, in Chrome it works normal. I am using css to do this, with the property background: url('data:image/svg+xml...). I made a Jsfiddle for example, containing all the…
-
1
votes1
answer324
viewsQ: Tooltip does not disappear when the button is clicked
The tooltip usually appears when I hover over the button, but when I click and drag the mouse outside the button the tooltip gets stuck. <button type="button" class="btn btn-default fa…