Forums

Welcome Guest Search | Active Topics | Members

Thumbnail Listviewer Scroll Bar Bug Options
ChingYen
Posted: Saturday, April 12, 2008 5:51:30 AM
Rank: Advanced Member
Groups: Member

Joined: 3/3/2008
Posts: 47
Points: 141
Hi,

When we toggle the thumbnailListviewer multiselect during run time, it will cause the scroll bar to disappear, and things will resume if we try to change the selected item

Example code to trigger this bug...

Code:
Private Sub Button1_Click(ByVal sender As System.Object, _
ByVal e As System.EventArgs) Handles Button1.Click
       ThumbnailListView1.MultiSelect = Not ThumbnailListView1.MultiSelect
End Sub

Alex Kon
Posted: Tuesday, April 15, 2008 8:18:30 AM
Rank: Advanced Member
Groups: Administration , Member

Joined: 1/31/2005
Posts: 386
Points: 403
Hello,

We have to confirm this issue. It will be fixed in future releases, by now I can suggest you another workaround:

Code:
Private Sub Button1_Click(ByVal sender As System.Object, _
ByVal e As System.EventArgs) Handles Button1.Click
       ThumbnailListView1.MultiSelect = Not ThumbnailListView1.MultiSelect
       ThumbnailListView1.Scroll(0, 0)
End Sub


Best wishes, Alex.
Users browsing this topic
Guest


Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Main Forum RSS : RSS

YAFVision Theme Created by Jaben Cargman (Tiny Gecko)
Yet Another Forum.net version 1.9.1.6 running under Cuyahoga.
Copyright © 2003-2006 Yet Another Forum.net. All rights reserved.