Rebuild from Rails source - faithful to original brown/gold/cream design

This commit is contained in:
Jarvis Prime
2026-03-23 19:19:44 +00:00
parent 0f04d5374d
commit 2e7db43b96
14 changed files with 1241 additions and 1047 deletions

View File

@@ -3,96 +3,83 @@ import Base from '../layouts/Base.astro';
---
<Base title="Better Thumbnail Browser loading and viewing control for .NET" description="Thumbnail gallery control for .NET WinForms (C#, VB.net). ListView-like image loader, image viewer and image browser component.">
<div class="max-w-6xl mx-auto px-4 py-10">
<h1 class="text-3xl font-bold text-owl-blue mb-2">Better Thumbnail Browser loading and viewing control for .NET</h1>
<p class="text-gray-600 mb-8">Thumbnail gallery control for .NET WinForms (C#, VB.net). ListView-like image loader, image viewer and image browser component.</p>
<div class="product-content">
<h1>Better Thumbnail Browser loading and viewing control for .NET</h1>
<p class="section-info">Thumbnail gallery control for .NET WinForms (C#, VB.net). ListView-like image loader, image viewer and image browser component.</p>
<div class="grid grid-cols-1 lg:grid-cols-3 gap-8">
<div class="lg:col-span-2">
<div class="flex gap-2 border-b border-gray-200 mb-6">
<span class="px-4 py-2 border-b-2 border-owl-blue text-owl-blue font-medium text-sm">Overview</span>
<a href="/better-thumbnail-browser/screenshots" class="px-4 py-2 text-gray-500 hover:text-owl-blue text-sm">Screenshots</a>
</div>
<ul class="space-y-2 text-sm text-gray-700 mb-6">
{[
'Better Thumbnail Browser is a <strong>thumbnail viewing and loading control for .NET Windows Forms</strong>',
'View and automatically display thumbnails of images, graphic files, documents, video files etc.',
'Compatible with: Visual Studio 2015, 2013, 2012, 2010, 2008, 2005, with full designer support.',
'For C#, Visual Basic .NET (VB.NET), managed C++, and other CLI languages.',
'Compatible with .NET 4.5, .NET 4, .NET 3.5, .NET 3, .NET 2, and newer. Supports .NET Client Profile.',
'Runs on Windows 10, 8, 7, Vista, 2003, XP, 2000, both 32-bit and 64-bit.',
'Native look and feel, always uses the current system theme (including Aero support)',
'Saves development time with rich inbuilt functionality',
'Easy to use and well-documented',
'Written in pure managed C# code. Fast and light-weight',
'No dependencies',
'Optimized and smooth',
'Inherits from mature Better ListView control',
'FIPS-compliant, CLS-compliant, digitally signed and strongly named assembly.',
'Easy royalty-free XCOPY deployment. Single DLL file that has just 250kB~ when compressed.',
].map(item => (
<li class="flex gap-2"><span class="text-green-500 mt-0.5 shrink-0">✓</span><span set:html={item}></span></li>
))}
<div class="sides">
<div class="right">
<ul class="nav">
<li><a href="/better-thumbnail-browser" class="current">Overview</a></li>
</ul>
<h2 class="text-xl font-bold text-owl-blue mt-8 mb-3">Image Viewer .NET control with powerful features</h2>
<p class="text-sm text-gray-700 mb-4">Better Thumbnail Browser is a WinForms control for displaying and loading (mostly) <strong>image thumbnails</strong>. Thumbnails are viewed in <strong>listview-like image gallery</strong>.</p>
<p class="text-sm text-gray-700 mb-3">Viewing and loading image thumbnails is a sophisticated task, so this .NET control does these things for you, right out of the box:</p>
<div class="product-detail">
<ul class="common">
<li>Better Thumbnail Browser is a <strong>thumbnail viewing and loading control for .NET Windows Forms</strong></li>
<li>View and automatically display thumbnails of images, graphic files, documents, video files etc.</li>
<li>Compatible with: Visual Studio 2015, 2013, 2012, 2010, 2008, 2005, with full designer support.</li>
<li>For C#, Visual Basic .NET (VB.NET), managed C++, and other CLI languages.</li>
<li>Compatible with .NET 4.5, .NET 4, .NET 3.5, .NET 3, .NET 2, and newer.</li>
<li>Runs on Windows 10, 8, 7, Vista, 2003, XP, 2000, and newer, both 32-bit and 64-bit.</li>
<li>Based on <a href="/better-listview">Better ListView</a> — inherits all its features and flexibility.</li>
<li>Automatic thumbnail loading from files and folders.</li>
<li>Supports all common image formats (JPEG, PNG, BMP, GIF, TIFF, etc.).</li>
<li>Asynchronous thumbnail loading — does not block the UI.</li>
<li>Customizable thumbnail sizes and layouts.</li>
<li>Shell integration — displays thumbnails just like Windows Explorer.</li>
</ul>
<ul class="space-y-2 text-sm text-gray-700 mb-6">
{[
'<strong>View images in any folder on HDD</strong>',
'<strong>Load images from any source you want</strong> (including database) with minimum coding needed.',
'<strong>Load thumbnails on background</strong>. All the thread operations and thread synchronization are performed automatically.',
'<strong>Resize images with high-quality image resampling</strong>.',
'<strong>Optimized order of loading of images</strong> — allows loading the thumbnails in view first, then all other thumbnails in the predefined order.',
'<strong>Supports starting, pausing and restarting the image loading</strong> on demand.',
'<strong>Smooth thumbnail zooming</strong> on the fly (e.g. using a mouse-wheel)',
'<strong>Completely flicker-free</strong>, optimized, and smooth',
'Super-customizable: <strong>Set shadows, borders, padding, spacing of all elements</strong>',
'<strong>Grouping of images</strong> — create customizable collapsible groups of thumbnails',
'Supports <strong>multi-line text</strong>, both in image items and column headers',
'<strong>Inbuilt sorting with multi-column sorting</strong> support',
'Supports <strong>checkboxes</strong> (both 2-state or 3-state)',
'Customizable <strong>tooltips</strong> on all elements',
].map(item => (
<li class="flex gap-2"><span class="text-green-500 mt-0.5 shrink-0">✓</span><span set:html={item}></span></li>
))}
</ul>
<h2>What is Better Thumbnail Browser?</h2>
<p>Better Thumbnail Browser is a .NET WinForms control for viewing and browsing thumbnails. It is based on Better ListView and inherits all its features, while adding powerful thumbnail loading and display capabilities.</p>
<div class="bg-blue-50 border border-blue-200 rounded p-4 mb-6 text-center">
<img src="http://assets.componentowl.com/screenshots/43/overview_original_1354296079.png?1354270879" alt="Better Thumbnail Browser Overview" class="mx-auto max-w-full rounded" />
<p>Better Thumbnail Browser can automatically load and display thumbnails from files and folders. It supports all common image formats and can also display thumbnails of documents, video files, and other file types through Windows Shell integration.</p>
<h2>Key Features</h2>
<ul class="common">
<li><strong>Automatic thumbnail loading</strong> — Simply point Better Thumbnail Browser to a folder and it will automatically load and display thumbnails of all supported files.</li>
<li><strong>Asynchronous loading</strong> — Thumbnails are loaded in the background, so the UI remains responsive even when loading thousands of files.</li>
<li><strong>Shell integration</strong> — Uses Windows Shell to generate thumbnails, supporting the same file types as Windows Explorer.</li>
<li><strong>Customizable appearance</strong> — Full control over thumbnail sizes, spacing, borders, and layout.</li>
<li><strong>Based on Better ListView</strong> — Inherits all Better ListView features including sorting, grouping, drag &amp; drop, and more.</li>
<li><strong>High performance</strong> — Optimized for displaying thousands of thumbnails smoothly.</li>
</ul>
<div class="testimonial-wide">
"Better Thumbnail Browser is exactly what I needed for my image management application. The shell integration is fantastic." — Customer Review
</div>
<h2>Built on Better ListView</h2>
<p>Better Thumbnail Browser is built on top of Better ListView, which means you get all the power and flexibility of Better ListView plus dedicated thumbnail browsing capabilities. This includes hierarchical items, grouping, sorting, drag &amp; drop, serialization, and much more.</p>
</div>
<h2 class="text-xl font-bold text-owl-blue mt-8 mb-3">Cut development time by up to 50%</h2>
<p class="text-sm text-gray-700 mb-3">The biggest advantage of Better Thumbnail Browser control for .NET is that it saves you development time.</p>
<p class="text-sm text-gray-700 mb-3">For many projects where GUI is important, Better Thumbnail Browser can significantly cut development time. The complex logic of loading, displaying and viewing the thumbnails is done automatically for you.</p>
<p class="text-sm text-gray-700 mb-3">Furthermore, you will save time thanks to many inbuilt features that work out of the box, such as sorting or item reordering. Also, full designer support allows you to do many customizations with zero code.</p>
<p class="text-sm text-gray-700 mb-6">Better Thumbnail Browser comes with numerous samples with full source code, and with excellent documentation with examples.</p>
<h2 class="text-xl font-bold text-owl-blue mt-8 mb-3">High-quality source code available for optional purchase</h2>
<p class="text-sm text-gray-700">In case you require a full source code, it can be purchased as part of the Site or Enterprise licenses. The Better Thumbnail Browser source code consists of a single C# project without any external dependencies, it is clean, readable, fully commented and readily extensible.</p>
</div>
<!-- Sidebar -->
<div class="space-y-6">
<div class="bg-white border border-gray-200 rounded-lg p-5 shadow-sm">
<a href="/better-thumbnail-browser.html" class="block bg-green-500 hover:bg-green-600 text-white text-center font-semibold py-3 px-4 rounded mb-3 transition text-sm">Download Free Trial — With sample projects</a>
<a href="/pricing-licensing/better-thumbnail-browser.html" class="block bg-orange-500 hover:bg-orange-600 text-white text-center font-semibold py-3 px-4 rounded mb-3 transition text-sm">See Pricing &amp; Licensing</a>
<p class="text-xs text-gray-500 text-center">Version 3.15 / May 27, 2015</p>
<div class="left">
<div class="buttons-box">
<a href="/better-thumbnail-browser" class="standard-download" style="float:none;margin:0 auto 10px;display:block">Download Trial</a>
<a href="/pricing-licensing/better-thumbnail-browser" class="standard-buy" style="float:none;margin:0 auto 10px;display:inline-block">See Pricing</a>
</div>
<div class="bg-white border border-gray-200 rounded-lg p-5 shadow-sm">
<p class="font-semibold text-sm mb-3">Seamless integration with .NET 2.0 and higher</p>
<ul class="space-y-2 text-sm">
<li><a href="/better-thumbnail-browser/quick-start-guide" class="text-owl-blue-light hover:underline">See Quick Start Guide</a></li>
<li><a href="/better-thumbnail-browser/documentation" class="text-owl-blue-light hover:underline">See Documentation</a></li>
<li><a href="/better-thumbnail-browser/class-reference" class="text-owl-blue-light hover:underline">See Class Reference</a></li>
</ul>
<div class="compatibility">
<p><strong>Seamless integration with .NET 2.0 and higher</strong></p>
<div class="documentation">
<p><a href="/better-thumbnail-browser">See Quick Start Guide</a></p>
<p><a href="/better-thumbnail-browser">See Documentation</a></p>
<p><a href="/better-thumbnail-browser">See Class Reference</a></p>
</div>
</div>
</div>
</div>
<div class="buttons-wrap">
<div class="buttons-hp" style="text-align:center">
<a href="/better-thumbnail-browser" class="standard-download">Download Trial</a>
<a href="/pricing-licensing/better-thumbnail-browser" class="standard-buy">See Pricing</a>
<div class="logos">
<img src="/images/logo-vs.gif" alt="Visual Studio" />
<img src="/images/logo-dotnet.gif" alt=".NET" />
</div>
</div>
</div>
</div>
</Base>
</Base>