Click here to Skip to main content
15,891,431 members
Home / Discussions / WPF
   

WPF

 
QuestionRe: MediaElement does not work Pin
Jeremiah Morrill22-Mar-09 18:05
Jeremiah Morrill22-Mar-09 18:05 
QuestionWPF event binding Pin
thangavel198717-Mar-09 21:04
thangavel198717-Mar-09 21:04 
AnswerRe: WPF event binding Pin
GomathiR17-Mar-09 21:52
GomathiR17-Mar-09 21:52 
GeneralRe: WPF event binding Pin
thangavel198717-Mar-09 22:53
thangavel198717-Mar-09 22:53 
GeneralRe: WPF event binding Pin
GomathiR18-Mar-09 18:19
GomathiR18-Mar-09 18:19 
AnswerRe: WPF event binding Pin
Ian Shlasko19-Mar-09 3:47
Ian Shlasko19-Mar-09 3:47 
QuestionHow to set the image inside a datagrid Pin
salon17-Mar-09 20:45
salon17-Mar-09 20:45 
AnswerRe: How to set the image inside a datagrid Pin
Mark Salsbery18-Mar-09 6:15
Mark Salsbery18-Mar-09 6:15 
salon wrote:
Both the icon and the filname should remain in one column.


You can use a DataGridTemplateColumn[^] to specify the template for the column.

salon wrote:
The image will get displayed as per the filename extension


One way you could do that is to use a IValueConverter[^] that takes the filename
and returns a URI for the appropriate bitmap based on the filename extension.
You would use this valueconverter in the Image.Source binding for the image in
your column template.


Mark

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

Questionsilverlight Pin
Ch.Gayatri Subudhi17-Mar-09 20:08
Ch.Gayatri Subudhi17-Mar-09 20:08 
AnswerRe: silverlight Pin
Mark Salsbery18-Mar-09 6:22
Mark Salsbery18-Mar-09 6:22 
GeneralRe: silverlight Pin
Ch.Gayatri Subudhi19-Mar-09 19:03
Ch.Gayatri Subudhi19-Mar-09 19:03 
QuestionTrigger Blend Storyboard from code behind. Pin
emptythetill17-Mar-09 9:52
emptythetill17-Mar-09 9:52 
AnswerRe: Trigger Blend Storyboard from code behind. Pin
Pete O'Hanlon17-Mar-09 10:22
mvePete O'Hanlon17-Mar-09 10:22 
GeneralRe: Trigger Blend Storyboard from code behind. Pin
emptythetill17-Mar-09 11:13
emptythetill17-Mar-09 11:13 
GeneralRe: Trigger Blend Storyboard from code behind. Pin
Pete O'Hanlon17-Mar-09 11:16
mvePete O'Hanlon17-Mar-09 11:16 
GeneralRe: Trigger Blend Storyboard from code behind. Pin
emptythetill17-Mar-09 11:36
emptythetill17-Mar-09 11:36 
GeneralRe: Trigger Blend Storyboard from code behind. Pin
Pete O'Hanlon17-Mar-09 11:41
mvePete O'Hanlon17-Mar-09 11:41 
QuestionValue Converter Work Around For Data Validation Pin
BlitzPackage17-Mar-09 5:11
BlitzPackage17-Mar-09 5:11 
AnswerRe: Value Converter Work Around For Data Validation Pin
Pete O'Hanlon17-Mar-09 5:52
mvePete O'Hanlon17-Mar-09 5:52 
GeneralRe: Value Converter Work Around For Data Validation Pin
BlitzPackage17-Mar-09 6:36
BlitzPackage17-Mar-09 6:36 
QuestionHow to set the background color of a particluar column in Silverlight? Pin
salon17-Mar-09 3:38
salon17-Mar-09 3:38 
QuestionWooHoo!!! Pin
Jammer17-Mar-09 2:49
Jammer17-Mar-09 2:49 
AnswerRe: WooHoo!!! Pin
Pete O'Hanlon17-Mar-09 3:00
mvePete O'Hanlon17-Mar-09 3:00 
GeneralRe: WooHoo!!! Pin
Jammer17-Mar-09 3:03
Jammer17-Mar-09 3:03 
QuestionSilverlight Pin
Ch.Gayatri Subudhi16-Mar-09 22:35
Ch.Gayatri Subudhi16-Mar-09 22:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.