Advanced Forum Search Results
-
I am sure this has already been mensioned....but how do you change a cell background color based on the value it has? For instance, I have a column that if it has "True" I want it to be green...and if "False" i want it to be red...
Any Help?
Thanks!
-
Hi,
I know this is a confusing question.....but i am making a series of calls to my wcf service methods in a foreach loop:
foreach(........)
{
service.getTitle_Async(......);
service.getChartData_Async(.....);
}
The problem is that the completed events are not called in order so i get some charts without titles or charts ...
-
Changing it each time...but yes
-
Greetings!
I am getting "Element is already a child of another element exception". I am creating multipul custom charts in the code behind. At first i was just creating the usercontrol locally within the method and adding it to a wrap panel within the same method. These are completed event handlers after making a ...
-
Hey!
I am trying to change the style of a chart. I use <charting:Chart.TitleStyle> and then use <setter> to change the properties i want. I succesfully changed the font color and font size....but when i do so, the title is no longer center aligned with the chart. I tried setting the HorizontalAlignment property, but ...
-
Have you tried using the HEX representation for your color?
-
Hi,
Im applying the shinyblue theme to a stack panel. The theme is applied correctly to all of the controls correctly except the datagrid. Possible bug?
Thanks
-
I would like to do this effect without having to convert to SL3. Our application is almost finished and we would like to wait to switch over until another release. Any ideas how to do this in SL2?
Cheers,
-
Thanks
-
Hi!
I am having some issues edditing the row style of a datagrid. While i got the selected row backgrounds to change, the normal row background/alternating background do not change. How do i do this? What i have in bold doesn't change anything.
Thanks!
<Style x:Key="MyCustomRow" ...