Rank: Member
Groups: Guest
Joined: 1/7/2008(UTC) Posts: 28
|
Hi, Here are few questions. 1. How can I set so that my ThumbnailList will only show 1 row? (I would like to dock in @ the bottom of the page, so, the user can only scroll left and right, and only scroll up and down if the space given is not enough to fully show 1 row height) 2. How can I change the label for the thumbnaillist in code? (Instate of showing file name, I would prefer to show something else) 3. Is that possible to add some indicator on the thumbnail? Just like the Aurigma Image Uploader which will show if the photo already being uploaded. 4. Is there any more complete sample on the ThumbnailList? Please advice. Thanks in advance.
|
|
|
|
Rank: Advanced Member
Groups: Guest
Joined: 1/31/2005(UTC) Posts: 458
Was thanked: 5 time(s) in 5 post(s)
|
Hello, 1) Hm... I don't know how to do this... But I'll try to dig around to find the way in a next few days. 2) Label text is determined by the IListItem interface implementation. If the only thing you need is to change display name - it will be easier to inherit your own list item class from Aurigma.GraphicsMill.WinControls.ThumbnailListItem and overload GetText() method. If you need more fundamental changes - you can write your own implementation of the IListItem interface. You can find more detailed information in the Creating Custom List Items article. 3) It depends on the type of the indicator you want to add. You can easily change thumbnail, so the simplest way is to draw some indicator on the thumbnail image itself. But if you need to add some additional control into Thumbnail List - it will be very difficult to implement, because there is no built-in support for such features. 4) Unfortunatelly we have no public additional samples for Thumbnail List. But you can submit case - we will discuss the features which you want to see "in action" and we will correct our documentation development roadmap to reflect your requests. Edited by user Wednesday, October 29, 2008 2:00:28 PM(UTC)
| Reason: Not specified |
|
|
|
|
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.