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
HOW TO: Create a simple media list interface
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="Albert" data-source="post: 787228" data-attributes="member: 67886"><p><strong>AW: HOW TO: Create a simple media list interface</strong></p><p></p><p>Scrolling in MP2 works differently from that in WPF. Scrolling in MP2 via keyboard only works if your control has the keyboard focus, which makes it listen to keyboard events. It could work if you set the attribute Focusable="True" at the ListView. You could also put some focusable controls inside the list, then the focus will automatically move around those controls.</p><p></p><p>But scrolling via the mouse wheel should work even without the keyboard focus.</p></blockquote><p></p>
[QUOTE="Albert, post: 787228, member: 67886"] [b]AW: HOW TO: Create a simple media list interface[/b] Scrolling in MP2 works differently from that in WPF. Scrolling in MP2 via keyboard only works if your control has the keyboard focus, which makes it listen to keyboard events. It could work if you set the attribute Focusable="True" at the ListView. You could also put some focusable controls inside the list, then the focus will automatically move around those controls. But scrolling via the mouse wheel should work even without the keyboard focus. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 2
Plugin Development
HOW TO: Create a simple media list interface
Contact us
RSS
Top
Bottom