TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
herb auld
NA
24
0
MVVMLight: Having a remote cs file call the listbox control
Mar 3 2020 10:23 AM
New to WPF (especially with MVVMlight).
I have a Windows Form project I want to rebuild in MVVM.
Have the Mainwindow.xaml with a button and a Listbox controls.
I have the MainwindowViewModel.cs file but and working so it can handle simple text update.
I have a new .cs file that has my main code which traverses a folder, subfolder and get file data.
I want to have the remote .cs file update the Listbox control continuously when the file collection is running.
Not sure how to do this.
Not clear on how to pass the collection result to the listbox and do I need a threading approach so the Listbox is immediately updated? Meaning that the main windows is not frozen. Want continous streaming of data.
Reply
Answers (
0
)
To get Url of the currently active tab in browser
Column binding to Datagrid in wpf C# using EF