home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 2
Plugin Development
Binding Properties not updating
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="morpheus_xx" data-source="post: 1036902" data-attributes="member: 48495"><p>I created the ObservableCollection recently, but after doing so, I think it's not the best idea to use them. The problem is that it fires change notification after each change (add, remove), which is slow. So I hesitate to merge this branch, as it is not an optimal solution for MPF.</p><p></p><p>Please use the ItemsList, its the MPF way for list bindings. Don't forget to call "ItemsList.FireChanged" once, after list has been rebuilt completely.</p><p></p><p>Another thing: we are unfortunately missing the HeaderedItemsControl in MPF, so you might look for alternatives. </p><p></p><p>I could use such a control also in other places, it would help a lot (i.e. TV guide) <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite3" alt=":(" title="Frown :(" loading="lazy" data-shortname=":(" /></p></blockquote><p></p>
[QUOTE="morpheus_xx, post: 1036902, member: 48495"] I created the ObservableCollection recently, but after doing so, I think it's not the best idea to use them. The problem is that it fires change notification after each change (add, remove), which is slow. So I hesitate to merge this branch, as it is not an optimal solution for MPF. Please use the ItemsList, its the MPF way for list bindings. Don't forget to call "ItemsList.FireChanged" once, after list has been rebuilt completely. Another thing: we are unfortunately missing the HeaderedItemsControl in MPF, so you might look for alternatives. I could use such a control also in other places, it would help a lot (i.e. TV guide) :( [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 2
Plugin Development
Binding Properties not updating
Contact us
RSS
Top
Bottom