Click here to Skip to main content
15,884,298 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: Styles - Where Do I Put them? Pin
Jammer14-Apr-09 8:09
Jammer14-Apr-09 8:09 
QuestionWPF Expander Control - Custom Header Pin
#realJSOP10-Apr-09 3:16
mve#realJSOP10-Apr-09 3:16 
AnswerRe: WPF Expander Control - Custom Header Pin
mikla52110-Apr-09 3:28
mikla52110-Apr-09 3:28 
AnswerRe: WPF Expander Control - Custom Header Pin
Insincere Dave10-Apr-09 3:28
Insincere Dave10-Apr-09 3:28 
AnswerRe: WPF Expander Control - Custom Header Pin
Eslam Afifi10-Apr-09 3:35
Eslam Afifi10-Apr-09 3:35 
QuestionCreate a System::Windows::Controls::UserControl^ Pin
Member 377636710-Apr-09 2:25
Member 377636710-Apr-09 2:25 
AnswerRe: Create a System::Windows::Controls::UserControl^ Pin
Mark Salsbery10-Apr-09 7:05
Mark Salsbery10-Apr-09 7:05 
QuestionWPF Datagrid: change image source on row clicked Pin
johnsontroye9-Apr-09 2:31
johnsontroye9-Apr-09 2:31 
I have a datagrid with a DataGridTemplateColumn. The DataTemplate is a Image wrapped by a Button.

<wpftoolkit:DataGridTemplateColumn Header="Search Type" IsReadOnly="True" >
<wpftoolkit:DataGridTemplateColumn.CellTemplate>
<DataTemplate>
<Button x:Name="btn" Width="25" Height="25" >
<Image x:Name="icoDisplay" Source="../Resources/plus.png"></Image>
</Button>
</DataTemplate>
</wpftoolkit:DataGridTemplateColumn.CellTemplate>
</wpftoolkit:DataGridTemplateColumn>

I'm trying to change the image source when a row is selected. I want to show an image with a "+" when the details for a row are not showing. I want to show an image with a "-" when the details for a row are showing. I want to change the image source when the row is selected in any cell of the row, not just when the button/image are selected. I don't have to have the button there if it can be done without it.
Any help with this would be greatly appreciated.


QuestionWPF DataGrid Column CellStyle at Runtime Pin
zaki19848-Apr-09 23:53
zaki19848-Apr-09 23:53 
AnswerRe: WPF DataGrid Column CellStyle at Runtime Pin
yogeshCJ2-Jun-10 23:44
yogeshCJ2-Jun-10 23:44 
Questionwhere is the best start line Pin
cppwxwidgetsss8-Apr-09 19:44
cppwxwidgetsss8-Apr-09 19:44 
AnswerRe: where is the best start line Pin
Feras Mazen Taleb8-Apr-09 20:27
Feras Mazen Taleb8-Apr-09 20:27 
AnswerRe: where is the best start line Pin
Mark Salsbery9-Apr-09 6:38
Mark Salsbery9-Apr-09 6:38 
QuestionAdd 'Command' property to derived control? Pin
David Veeneman8-Apr-09 9:04
David Veeneman8-Apr-09 9:04 
AnswerRe: Add 'Command' property to derived control? Pin
David Veeneman8-Apr-09 14:06
David Veeneman8-Apr-09 14:06 
QuestionWPF textbox, update problem. Mode: TwoWay Pin
marca2927-Apr-09 23:42
marca2927-Apr-09 23:42 
AnswerRe: WPF textbox, update problem. Mode: TwoWay Pin
R2B210-Apr-09 5:31
R2B210-Apr-09 5:31 
Questionthat very confusing in virtual directory and MIME Type................ Pin
Piyush Vardhan Singh7-Apr-09 21:30
Piyush Vardhan Singh7-Apr-09 21:30 
AnswerRe: that very confusing in virtual directory and MIME Type................ Pin
Mark Salsbery8-Apr-09 12:38
Mark Salsbery8-Apr-09 12:38 
GeneralRe: that very confusing in virtual directory and MIME Type................ Pin
Piyush Vardhan Singh8-Apr-09 21:43
Piyush Vardhan Singh8-Apr-09 21:43 
GeneralRe: that very confusing in virtual directory and MIME Type................ Pin
Mark Salsbery9-Apr-09 6:33
Mark Salsbery9-Apr-09 6:33 
GeneralRe: that very confusing in virtual directory and MIME Type................ Pin
Piyush Vardhan Singh9-Apr-09 19:45
Piyush Vardhan Singh9-Apr-09 19:45 
GeneralRe: that very confusing in virtual directory and MIME Type................ Pin
Mark Salsbery10-Apr-09 6:58
Mark Salsbery10-Apr-09 6:58 
GeneralRe: that very confusing in virtual directory and MIME Type................ Pin
Piyush Vardhan Singh12-Apr-09 19:15
Piyush Vardhan Singh12-Apr-09 19:15 
GeneralRe: that very confusing in virtual directory and MIME Type................ Pin
Piyush Vardhan Singh13-Apr-09 5:58
Piyush Vardhan Singh13-Apr-09 5:58 

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.