Click here to Skip to main content
15,892,005 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: How do I databind a ListView to a property in child collection in WPF? Pin
AspDotNetDev4-May-11 7:59
protectorAspDotNetDev4-May-11 7:59 
AnswerRe: How do I databind a ListView to a property in child collection in WPF? Pin
Ian Shlasko4-May-11 5:40
Ian Shlasko4-May-11 5:40 
QuestionPrintable Area's Size - SL Printing API Pin
jadughar4-May-11 0:38
jadughar4-May-11 0:38 
AnswerRe: PageVisual's Size - SL Printing API Pin
Pete O'Hanlon4-May-11 2:18
mvePete O'Hanlon4-May-11 2:18 
GeneralRe: PageVisual's Size - SL Printing API Pin
jadughar4-May-11 4:24
jadughar4-May-11 4:24 
QuestionMVVM Pin
arkiboys3-May-11 22:50
arkiboys3-May-11 22:50 
AnswerRe: MVVM Pin
Dave Kerr3-May-11 23:09
mentorDave Kerr3-May-11 23:09 
GeneralRe: MVVM Pin
arkiboys3-May-11 23:19
arkiboys3-May-11 23:19 
This is what I have in brief:
But not sure if _intID needs to be specified anywhere.
What do you think please?

<Window x:Class="frmPayment"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        xmlns:local="clr-namespace:DataAccess;assembly=DataAccess"
        Title="Payment" Height="336" Width="741"
...

<Window.Resources>
        <!--<local:clsPaymentViewModel x:Key="clsPaymentViewModel" />

<Grid Width="804" Height="370">
          <!--DataContext="{Binding Source={StaticResource clsPaymentViewModel}}"-->   

<DataGrid AutoGenerateColumns="False" Height="124" Margin="5,169,86,0" Name="dgPayments" ;
                  <!--ItemsSource="{Binding Path=DataCollection}">-->

QuestionSilverlight Compatibility with existing C#2.0 libraries Pin
insanechingi3-May-11 22:14
insanechingi3-May-11 22:14 
AnswerRe: Silverlight Compatibility with existing C#2.0 libraries Pin
Pete O'Hanlon3-May-11 23:14
mvePete O'Hanlon3-May-11 23:14 
QuestionSilverlight best Printing solution ??? Pin
jadughar2-May-11 4:08
jadughar2-May-11 4:08 
AnswerRe: Silverlight best Printing solution ??? Pin
Pete O'Hanlon2-May-11 9:40
mvePete O'Hanlon2-May-11 9:40 
AnswerRe: Silverlight best Printing solution ??? Pin
Mycroft Holmes2-May-11 13:10
professionalMycroft Holmes2-May-11 13:10 
GeneralRe: Silverlight best Printing solution ??? Pin
jadughar3-May-11 23:36
jadughar3-May-11 23:36 
AnswerRe: Silverlight best Printing solution ??? Pin
Abhinav S2-May-11 18:59
Abhinav S2-May-11 18:59 
GeneralRe: Silverlight best Printing solution ??? Pin
jadughar2-May-11 22:32
jadughar2-May-11 22:32 
AnswerRe: Silverlight best Printing solution ??? Pin
thrakazog3-May-11 6:25
thrakazog3-May-11 6:25 
AnswerRe: Silverlight best Printing solution ??? Pin
jadughar3-May-11 20:58
jadughar3-May-11 20:58 
GeneralRe: Silverlight best Printing solution ??? Pin
Mycroft Holmes3-May-11 21:53
professionalMycroft Holmes3-May-11 21:53 
GeneralRe: Silverlight best Printing solution ??? Pin
Abhinav S3-May-11 22:09
Abhinav S3-May-11 22:09 
GeneralRe: Silverlight best Printing solution ??? Pin
Mycroft Holmes3-May-11 22:50
professionalMycroft Holmes3-May-11 22:50 
GeneralRe: Silverlight best Printing solution ??? Pin
Abhinav S3-May-11 23:10
Abhinav S3-May-11 23:10 
QuestionUpdate Domain context Pin
picasso230-Apr-11 14:51
picasso230-Apr-11 14:51 
AnswerRe: Update Domain context Pin
RichardGrimmer4-May-11 4:35
RichardGrimmer4-May-11 4:35 
Questionwhat's the wpf (tools) controls used to affiche some Match? Pin
tifasahraoui30-Apr-11 7:33
tifasahraoui30-Apr-11 7:33 

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.