473,543 Members | 2,451 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

XAML / WPF / Silverlight Forum

XAML/Silverlight/WPF
9
17,200
thread by: Mathias123 | last post Nov 21 '12 by: Frinavale
hello! Its me again. I hope somebody can help me! I don't know if it is possible but i hope so... i have a datagrid with 2 Columns: 1 Column is a checkbox (template) <DataGridTemplateColumn Header="geprüft"> <DataGridTemplateColumn.CellTemplate>
1
19,292
xarzu
thread by: xarzu | last post Aug 3 '12 by: Frinavale
In a silverlight app, I have a BitmapImage defined as System.Windows.Media.Imaging.BitmapImage and it as a method called "SetSource" where I can set the source like this: BitmapImage bitmap = new BitmapImage(); System.IO.Stream stream = _scene.GetStream(); if (stream == null) return; bitmap.SetSource(stream); In a WPF...
3
24,091
thread by: LeLouch Fenette | last post Sep 20 '11 by: LeLouch Fenette
I have a image that is changing according to the selected image also. Ex. Code: <Image Name="ImagesStatic" /> <Button Name="btn1"> <!-- When I choose this the Image --> <Button.Header> <!-- Source of img1 copy transfer --> <StackPanel> <!-- ImagesStatic --> <Image name="img1">
2
31,374
thread by: Mathias123 | last post Nov 15 '12 by: Mathias123
Hello! i have a problem. I have a WPF Datagrid (.net 4) binding with 10 columns. the last column is binding with Status. Now i want to set the row colour to green if status = 4 or red if status = 3 can somebody help me... i only found this XAML Code but this is only for one cell. <DataGridTextColumn.ElementStyle> <Style...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.