Click here to Skip to main content
15,889,462 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: how to access the layout control from view to viewmodel Pin
Pete O'Hanlon8-Sep-09 21:43
mvePete O'Hanlon8-Sep-09 21:43 
Question3rd party control for wpf graphic editing Pin
xkrja7-Sep-09 23:20
xkrja7-Sep-09 23:20 
AnswerRe: 3rd party control for wpf graphic editing Pin
Richard MacCutchan8-Sep-09 1:26
mveRichard MacCutchan8-Sep-09 1:26 
GeneralRe: 3rd party control for wpf graphic editing Pin
xkrja8-Sep-09 4:04
xkrja8-Sep-09 4:04 
GeneralRe: 3rd party control for wpf graphic editing Pin
Richard MacCutchan8-Sep-09 4:48
mveRichard MacCutchan8-Sep-09 4:48 
QuestionHow to add text to the GridView in wpf? Pin
Krishna Aditya7-Sep-09 20:49
Krishna Aditya7-Sep-09 20:49 
AnswerRe: How to add text to the GridView in wpf? Pin
ABitSmart7-Sep-09 21:11
ABitSmart7-Sep-09 21:11 
GeneralRe: How to add text to the GridView in wpf? Pin
Krishna Aditya7-Sep-09 21:17
Krishna Aditya7-Sep-09 21:17 
Ya.. But its not displaying the text in 2 columns/.
I added DataContext..

                  lstViewLogWindow.DataContext = lstViewLogWindow.Items.Add(DateTime.Now);

how to add this to a particular header like DateTime

<pre>         &lt;GridView&gt;
                                   
                                   
                                    &lt;GridViewColumn Header="Message Name" Width="Auto" DisplayMemberBinding="{Binding Path= Message_Name}" /&gt;
                                    &lt;GridViewColumn Header="DateTime" Width="Auto" DisplayMemberBinding="{Binding Path= DateTime}" /&gt;

                              &lt;/GridView&gt;</pre>

Pleaes help
Thanks
Ramm
GeneralRe: How to add text to the GridView in wpf? Pin
ABitSmart7-Sep-09 21:25
ABitSmart7-Sep-09 21:25 
GeneralRe: How to add text to the GridView in wpf? Pin
Krishna Aditya7-Sep-09 21:36
Krishna Aditya7-Sep-09 21:36 
GeneralRe: How to add text to the GridView in wpf? Pin
ABitSmart7-Sep-09 21:52
ABitSmart7-Sep-09 21:52 
GeneralRe: How to add text to the GridView in wpf? Pin
Krishna Aditya7-Sep-09 22:44
Krishna Aditya7-Sep-09 22:44 
QuestionHow to handle Refresh and Reset in WPF application in MVP application [modified] Pin
Krishna Aditya7-Sep-09 6:03
Krishna Aditya7-Sep-09 6:03 
QuestionChanging text from white to black for printing Pin
DavidRen236-Sep-09 23:10
DavidRen236-Sep-09 23:10 
AnswerRe: Changing text from white to black for printing Pin
Richard MacCutchan7-Sep-09 0:43
mveRichard MacCutchan7-Sep-09 0:43 
GeneralRe: Changing text from white to black for printing Pin
DavidRen237-Sep-09 0:59
DavidRen237-Sep-09 0:59 
GeneralRe: Changing text from white to black for printing Pin
Richard MacCutchan7-Sep-09 1:36
mveRichard MacCutchan7-Sep-09 1:36 
GeneralRe: Changing text from white to black for printing Pin
DavidRen237-Sep-09 3:30
DavidRen237-Sep-09 3:30 
GeneralRe: Changing text from white to black for printing Pin
Richard MacCutchan7-Sep-09 5:01
mveRichard MacCutchan7-Sep-09 5:01 
QuestionWPF Unit Test Problem Pin
Hauke Wittern6-Sep-09 22:59
Hauke Wittern6-Sep-09 22:59 
QuestionImages upload to SQL database Pin
Nekkantidivya6-Sep-09 22:06
Nekkantidivya6-Sep-09 22:06 
AnswerRe: Images upload to SQL database Pin
Arun Jacob6-Sep-09 22:19
Arun Jacob6-Sep-09 22:19 
AnswerRe: Images upload to SQL database Pin
Elayaraja Sambasivam7-Sep-09 2:28
Elayaraja Sambasivam7-Sep-09 2:28 
QuestionCatastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED)) Pin
Nekkantidivya6-Sep-09 21:57
Nekkantidivya6-Sep-09 21:57 
AnswerRe: Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED)) Pin
Elayaraja Sambasivam7-Sep-09 2:38
Elayaraja Sambasivam7-Sep-09 2:38 

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.