Click here to Skip to main content
15,894,410 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Combobox in Listview Pin
Rolorob20-Feb-09 1:55
Rolorob20-Feb-09 1:55 
GeneralRe: Combobox in Listview Pin
ABitSmart20-Feb-09 2:15
ABitSmart20-Feb-09 2:15 
GeneralRe: Combobox in Listview Pin
Rolorob20-Feb-09 2:28
Rolorob20-Feb-09 2:28 
GeneralRe: Combobox in Listview Pin
ABitSmart20-Feb-09 2:37
ABitSmart20-Feb-09 2:37 
GeneralRe: Combobox in Listview Pin
Rolorob20-Feb-09 2:39
Rolorob20-Feb-09 2:39 
GeneralRe: Combobox in Listview Pin
Rolorob20-Feb-09 3:12
Rolorob20-Feb-09 3:12 
GeneralRe: Combobox in Listview Pin
ABitSmart20-Feb-09 3:16
ABitSmart20-Feb-09 3:16 
GeneralRe: Combobox in Listview Pin
Rolorob20-Feb-09 3:48
Rolorob20-Feb-09 3:48 
Thanks, I think this is exactly what I need.
This is what I have so far:
xmlns:src="clr-namespace:WpfLookup"

<Window.Resources>
    <src:OrderCustomerDataset x:Key="dsCustomer.Customer" />
</Window.Resources>

(added in the XAML file)

It gives no errors.

But what I really want to bind, is the table in the instance of my dataset, dsCustomer.Customer. I have a feeling though that x:Key is only the name for in the XAML referencing?

I added this
ItemsSource="{Binding Source={StaticResource dsCustomer.Customer}}"

as ItemsSource to the Customer. But it now only displays one entry with one photo and thats it, I feel we are getting closer though Sniff | :^)

I hope these questions don't bother you, you are a great help to me Thumbs Up | :thumbsup:
GeneralRe: Combobox in Listview Pin
ABitSmart20-Feb-09 4:04
ABitSmart20-Feb-09 4:04 
GeneralRe: Combobox in Listview Pin
Rolorob20-Feb-09 6:10
Rolorob20-Feb-09 6:10 
GeneralRe: Combobox in Listview Pin
ABitSmart21-Feb-09 2:42
ABitSmart21-Feb-09 2:42 
GeneralRe: Combobox in Listview Pin
mavifirar21-Feb-09 10:43
mavifirar21-Feb-09 10:43 
QuestionWPF and MVVM pattern question Pin
babongita18-Feb-09 8:14
babongita18-Feb-09 8:14 
AnswerRe: WPF and MVVM pattern question Pin
Pete O'Hanlon18-Feb-09 8:44
mvePete O'Hanlon18-Feb-09 8:44 
GeneralRe: WPF and MVVM pattern question Pin
babongita18-Feb-09 8:59
babongita18-Feb-09 8:59 
GeneralRe: WPF and MVVM pattern question Pin
Pete O'Hanlon18-Feb-09 9:09
mvePete O'Hanlon18-Feb-09 9:09 
GeneralRe: WPF and MVVM pattern question Pin
babongita18-Feb-09 10:02
babongita18-Feb-09 10:02 
GeneralRe: WPF and MVVM pattern question Pin
Pete O'Hanlon18-Feb-09 10:16
mvePete O'Hanlon18-Feb-09 10:16 
GeneralRe: WPF and MVVM pattern question Pin
Pete O'Hanlon19-Feb-09 21:52
mvePete O'Hanlon19-Feb-09 21:52 
GeneralRe: WPF and MVVM pattern question Pin
babongita20-Feb-09 2:42
babongita20-Feb-09 2:42 
GeneralRe: WPF and MVVM pattern question Pin
Pete O'Hanlon20-Feb-09 3:35
mvePete O'Hanlon20-Feb-09 3:35 
QuestionWPF ListView Databound Drag/Drop Auto Scroll Pin
snblackout18-Feb-09 4:25
snblackout18-Feb-09 4:25 
QuestionWPF System.Security.Permissions.SecurityPermission winmm.dll Pin
Member 216927318-Feb-09 0:01
Member 216927318-Feb-09 0:01 
AnswerRe: WPF System.Security.Permissions.SecurityPermission winmm.dll [modified] Pin
sivaddrahcir18-Feb-09 13:00
sivaddrahcir18-Feb-09 13:00 
QuestionCreate Role Pin
VisualLive17-Feb-09 22:19
VisualLive17-Feb-09 22:19 

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.