This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Thursday, December 18, 2008 7:40:29 PM(UTC)
Groups: Registered
Posts: 74
hello,
My application is a Windows Based Application using c#.net 2008 and frame work is 3.5 and also use lead tools(version 16).I want to display image as like to attched a screen shot.Any Control is supported for this
ssskkk attached the following image(s):
#2
Posted
:
Friday, December 19, 2008 4:55:52 AM(UTC)
Groups: Registered, Tech Support, Administrators
Posts: 764
Are you using WPF or Winforms?
#3
Posted
:
Sunday, December 21, 2008 6:08:06 PM(UTC)
Groups: Registered
Posts: 74
#4
Posted
:
Monday, December 22, 2008 5:58:28 AM(UTC)
Groups: Registered, Tech Support, Administrators
Posts: 764
You can use the RasterImageList control to display thumbnails like this. As long as the width of the viewer is wide enough to accommodate multiple RasterImageListItems, it should display them in that manner.
#5
Posted
:
Monday, December 22, 2008 5:58:37 PM(UTC)
Groups: Registered
Posts: 74
display 3 images in one row.Is it possible in rasterimage list
#6
Posted
:
Monday, December 22, 2008 6:00:38 PM(UTC)
Groups: Registered
Posts: 74
i want to display 3 images in one row and other images are next row.Is it possible in rasterimagelist.
#7
Posted
:
Tuesday, December 23, 2008 12:07:44 AM(UTC)
Groups: Registered
Posts: 74
i want to display 3 images in one row and other images are next row and scroolbar of rastrerimagelist hide.Is it possible in rasterimagelist.
#8
Posted
:
Tuesday, December 23, 2008 3:53:35 AM(UTC)
Groups: Registered, Tech Support, Administrators
Posts: 764
Yes, it is possible. You just have to set the width of the control and the item sizes in such a way that they will all fit with three across.
The only way that scrollbars will not appear is if you don't have more items than what can fit inside the control. Therefore if you want to do manual scrolling but not show scrollbars, you will have to limit the number of items that are in the control and remove and add them accordingly whenever you scroll.
I've attached a screenshot.
GregR attached the following image(s):
#9
Posted
:
Tuesday, December 23, 2008 6:01:20 PM(UTC)
Groups: Registered
Posts: 74
i have 100 images in rsterimagelist,then can i hide the scrollabr of rasterimagelist
regrds,
Dileep
#10
Posted
:
Friday, January 2, 2009 3:45:08 AM(UTC)
Groups: Registered, Tech Support, Administrators
Posts: 764
If you have room for all 100 items then the scrollbar will not appear. There is not a way to hide the scrollbar otherwise.
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.