Click here to Skip to main content
15,890,506 members
Home / Discussions / WPF
   

WPF

 
QuestionAuto completing multiple values separated by comma into a single autocompletebox. Pin
ananddayalan5-Sep-10 13:02
ananddayalan5-Sep-10 13:02 
AnswerRe: Auto completing multiple values separated by comma into a single autocompletebox. Pin
Abhinav S5-Sep-10 23:31
Abhinav S5-Sep-10 23:31 
QuestionCan't get rid of the scrollbar Pin
Yariv5-Sep-10 6:32
Yariv5-Sep-10 6:32 
AnswerRe: Can't get rid of the scrollbar Pin
Yariv5-Sep-10 23:27
Yariv5-Sep-10 23:27 
GeneralRe: Can't get rid of the scrollbar Pin
Abhinav S11-Sep-10 2:52
Abhinav S11-Sep-10 2:52 
QuestionHow to add new property to ResourceDictionary item ? Pin
Yanshof5-Sep-10 4:20
Yanshof5-Sep-10 4:20 
AnswerRe: How to add new property to ResourceDictionary item ? Pin
Kubajzz5-Sep-10 22:24
Kubajzz5-Sep-10 22:24 
QuestionHow to bind a List to a ListBox in a UserControl Pin
davidnhilda5-Sep-10 1:10
davidnhilda5-Sep-10 1:10 
Hi I have a very basic WPF question. Please forgive my
ignorance.

I have Visual Studio Solution with two VB Projects:

Project A is a WPF program that contains x, x being an ObservableCollection(of Rec) where rec is a Class of some database record.

Project B is a UserControl uc, containing, amongst other things a ListBox lb. The problem is how to display the x items in lb. Project A contains several instances of uc.

Possible solution 1:
Is there a way that I can bind lb directly to x? I seem to be unable to do so.

Possible solution 2:
Should I define a dependency property of ObservableCollection(of Rec) in B and give that a value in the Xaml of the uc instances. This also fails! Conceptually, this method has me worried, because I cannot see how uc obtains the rec info for formatting the records
in its DataTemplate. I have to define the Property as a ObservableCollection(of Object) to get past the compiler!

Possible solution 3.
It cannot be done!

BTW, I know enough to display x in a listbox defined in A quite nicely with a DataTemplate.

I have searched Google long and hard without finding anything that throws light on my dilemma! Any insight will be much appreciated.

David
AnswerRe: How to bind a List to a ListBox in a UserControl Pin
Abhishek Sur5-Sep-10 1:22
professionalAbhishek Sur5-Sep-10 1:22 
QuestionWPF window - Get Client Rect Pin
huy.tran3-Sep-10 1:43
huy.tran3-Sep-10 1:43 
AnswerRe: WPF window - Get Client Rect Pin
Pete O'Hanlon3-Sep-10 2:00
mvePete O'Hanlon3-Sep-10 2:00 
QuestionListView Scrolling with MVVM Pin
krishnan.s2-Sep-10 19:09
krishnan.s2-Sep-10 19:09 
AnswerRe: ListView Scrolling with MVVM Pin
Abhinav S2-Sep-10 23:50
Abhinav S2-Sep-10 23:50 
AnswerRe: ListView Scrolling with MVVM Pin
krishnan.s3-Sep-10 2:24
krishnan.s3-Sep-10 2:24 
GeneralRe: ListView Scrolling with MVVM Pin
Pete O'Hanlon3-Sep-10 3:12
mvePete O'Hanlon3-Sep-10 3:12 
GeneralRe: ListView Scrolling with MVVM Pin
Abhinav S3-Sep-10 4:39
Abhinav S3-Sep-10 4:39 
QuestionPhysicalMedia-Class Pin
holzmcgyver2-Sep-10 14:38
holzmcgyver2-Sep-10 14:38 
AnswerRe: PhysicalMedia-Class Pin
Pete O'Hanlon2-Sep-10 22:48
mvePete O'Hanlon2-Sep-10 22:48 
QuestionWPF Listbox Pin
Drathmar2-Sep-10 10:57
Drathmar2-Sep-10 10:57 
QuestionRe: WPF Listbox Pin
AspDotNetDev3-Sep-10 12:02
protectorAspDotNetDev3-Sep-10 12:02 
AnswerRe: WPF Listbox Pin
Dave Kerr3-Sep-10 23:18
mentorDave Kerr3-Sep-10 23:18 
GeneralRe: WPF Listbox Pin
Drathmar23-Sep-10 11:01
Drathmar23-Sep-10 11:01 
AnswerRe: How to control the text and other properties in ResourceDictionary object that i wrote ? Pin
Abhinav S2-Sep-10 4:04
Abhinav S2-Sep-10 4:04 
QuestionGenerate decimal point automatically while entering in textbox in wpf Pin
sumit70341-Sep-10 19:43
sumit70341-Sep-10 19:43 
AnswerRe: Generate decimal point automatically while entering in textbox in wpf Pin
Christian Graus1-Sep-10 20:06
protectorChristian Graus1-Sep-10 20:06 

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.