Post by Mike BeebeIs there a control out that is like the ListView control in
Details View
Post by Mike Beebe(rows and columns) that can display a large image? I'm hoping
this control
Post by Mike Beebeis built-in or at least freeware.
Sorry it's not freeware, but our TList component may be used like
this.
TList also has two special features you may find useful
specifically here in dealing with large images .
A) Ability to dynamically resize the images
You can have the images shown full size
OR you can tell TList to resize the images .
You can specify image height and width on a cell by cell basis
for individual pictures, or to set the size for all pictures in
TList,
or set the size for all pictures in a given row, or a given
column,
So you could show all small scale images, and then
resize all images or a specific image to full size on demand
Or show all images full size and then toggle to smaller size
B ) Control over scrolling mechanism
Where normally you might scroll on a row by row basis,
this would cause a problem for images larger than the height of
the
overall control as scrolling a whole row would cause the bottom
of the
image to be missed. The same problem may also occur for cells
with a lot of lines of word wrapped text.
TList's solution is to offer choices
- Scroll on row by row basis as normal
- Smooth scroll - set a fixed pixel count by which
to scroll in response to keyboard or scrollbar action
- "Smart" mode where TList automatically switches
between
row-by-row and smooth scrolling depending on the
height
of the row.
* * Please include a copy of this message with any reply on this topic
-----
Jeff Bennett
Jeff - A t - Bennet-Tec - D .O. T - Com
* Bennet-Tec Information Systems, Inc
* 50 Jericho Tpk, Jericho, NY 11753
* Phone 516 997 5596, Fax - 408 694 4043
* WWW.Bennet-Tec.Com
RELIABLE Component Software
and Custom Software Development Services
* Expert Systems * Text Processing
* Databases * Interactive Web Sites
* Diagramming, Drawing, Hotspot Graphics
* Data Input & Data Presentation Systems
* Decision Support * Web Based Data Collection
* Forecasting * Signature Capture
* Desktop Windows, Tablets, Pocket PCs
TList™ / ALLText™ / MetaDraw™ / Web Signature™
======================== ========================
http://groups.google.com/group/microsoft.public.vb.controls/browse_frm/thread/1d30166ab71a4d79?hl=en
--------------------------------------------------------------------------------------------------
This message was sent to you by Bennet-Tec Support System
--------------------------------------------------------------------------------------------------