sliding window for vision builder image strip pannel

This commit is contained in:
meelstorm
2025-11-14 10:26:43 +01:00
parent 0ee132788d
commit e5eaa88e51
7 changed files with 1090 additions and 193 deletions

View File

@@ -0,0 +1,47 @@
namespace Hawkeye.VisionBuilder.Features.ImagesStrip.Components
{
partial class VirtualizedImageList
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
#region Component Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
flowLayoutPanel = new FlowLayoutPanel();
SuspendLayout();
//
// flowLayoutPanel
//
flowLayoutPanel.AutoScroll = true;
flowLayoutPanel.Dock = DockStyle.Fill;
flowLayoutPanel.Location = new Point(0, 0);
flowLayoutPanel.Name = "flowLayoutPanel";
flowLayoutPanel.Size = new Size(800, 150);
flowLayoutPanel.TabIndex = 0;
flowLayoutPanel.WrapContents = false;
//
// VirtualizedImageList
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(flowLayoutPanel);
Name = "VirtualizedImageList";
Size = new Size(800, 150);
ResumeLayout(false);
}
#endregion
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel;
}
}