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

WPF

 
QuestionWhat is a good learning path for WPF? Pin
Brady Kelly18-Oct-09 3:31
Brady Kelly18-Oct-09 3:31 
AnswerRe: What is a good learning path for WPF? Pin
Pete O'Hanlon18-Oct-09 3:41
mvePete O'Hanlon18-Oct-09 3:41 
AnswerRe: What is a good learning path for WPF? Pin
Richard MacCutchan18-Oct-09 6:23
mveRichard MacCutchan18-Oct-09 6:23 
AnswerRe: What is a good learning path for WPF? Pin
whitnell18-Oct-09 11:05
whitnell18-Oct-09 11:05 
QuestionDataGrid displays lengths of strings instead of the actual strings Pin
Nick Alexeev17-Oct-09 17:49
professionalNick Alexeev17-Oct-09 17:49 
AnswerRe: DataGrid displays lengths of strings instead of the actual strings Pin
Mark Salsbery18-Oct-09 15:47
Mark Salsbery18-Oct-09 15:47 
GeneralRe: DataGrid displays lengths of strings instead of the actual strings [modified] Pin
Nick Alexeev18-Oct-09 18:48
professionalNick Alexeev18-Oct-09 18:48 
GeneralRe: DataGrid displays lengths of strings instead of the actual strings Pin
Mark Salsbery19-Oct-09 7:01
Mark Salsbery19-Oct-09 7:01 
Nick Alexeev wrote:
Is there a simple/quick solution to "populate DataGrid with primitive values" problem?


Manually bind to the object itself...
<my:DataGrid AutoGenerateColumns="False" Name="dataGrid1" xmlns:my="http://schemas.microsoft.com/wpf/2008/toolkit" >
    <my:DataGrid.Columns >
        <my:DataGridTextColumn Header="String" Binding="{Binding Path=.}" />
    </my:DataGrid.Columns>
</my:DataGrid>


Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

QuestionWCF is showing lists as arrays? Pin
AndyASPVB16-Oct-09 9:43
AndyASPVB16-Oct-09 9:43 
AnswerRe: WCF is showing lists as arrays? Pin
Pete O'Hanlon16-Oct-09 10:12
mvePete O'Hanlon16-Oct-09 10:12 
AnswerRe: WCF is showing lists as arrays? Pin
Ravi Bhavnani16-Oct-09 10:58
professionalRavi Bhavnani16-Oct-09 10:58 
GeneralRe: WCF is showing lists as arrays? Pin
AndyASPVB16-Oct-09 11:30
AndyASPVB16-Oct-09 11:30 
GeneralRe: WCF is showing lists as arrays? Pin
Ravi Bhavnani16-Oct-09 11:44
professionalRavi Bhavnani16-Oct-09 11:44 
GeneralRe: WCF is showing lists as arrays? Pin
Mark Salsbery16-Oct-09 11:46
Mark Salsbery16-Oct-09 11:46 
GeneralRe: WCF is showing lists as arrays? Pin
AndyASPVB20-Oct-09 9:47
AndyASPVB20-Oct-09 9:47 
GeneralRe: WCF is showing lists as arrays? Pin
Mark Salsbery20-Oct-09 10:39
Mark Salsbery20-Oct-09 10:39 
GeneralRe: WCF is showing lists as arrays? Pin
Mark Salsbery16-Oct-09 11:44
Mark Salsbery16-Oct-09 11:44 
QuestionDrawing Geometries to RenderTargetBitmap is being anti-aliased, can it be turned off ? Pin
sfogarasi16-Oct-09 4:49
sfogarasi16-Oct-09 4:49 
QuestionRe: Drawing Geometries to RenderTargetBitmap is being anti-aliased, can it be turned off ? Pin
Mark Salsbery16-Oct-09 7:50
Mark Salsbery16-Oct-09 7:50 
AnswerRe: Drawing Geometries to RenderTargetBitmap is being anti-aliased, can it be turned off ? Pin
sfogarasi16-Oct-09 8:42
sfogarasi16-Oct-09 8:42 
QuestionHow to save files in single DAT file in .NET? Pin
mittalpa15-Oct-09 6:58
mittalpa15-Oct-09 6:58 
AnswerRe: How to save files in single DAT file in .NET? Pin
Mark Salsbery15-Oct-09 7:50
Mark Salsbery15-Oct-09 7:50 
QuestionCan't get UriKind.Relative to work Pin
fjparisIII15-Oct-09 5:41
fjparisIII15-Oct-09 5:41 
AnswerRe: Can't get UriKind.Relative to work Pin
Mark Salsbery15-Oct-09 7:06
Mark Salsbery15-Oct-09 7:06 
GeneralRe: Can't get UriKind.Relative to work Pin
fjparisIII15-Oct-09 8:13
fjparisIII15-Oct-09 8:13 

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.