SearchControls 1.2.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package SearchControls --version 1.2.1
NuGet\Install-Package SearchControls -Version 1.2.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SearchControls" Version="1.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SearchControls --version 1.2.1
#r "nuget: SearchControls, 1.2.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SearchControls as a Cake Addin
#addin nuget:?package=SearchControls&version=1.2.1

// Install SearchControls as a Cake Tool
#tool nuget:?package=SearchControls&version=1.2.1

The control supports WinForm.
The control of fuzzy searching by table.
利用表格进行模糊查找的控件。

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 is compatible.  netcoreapp3.1 is compatible. 
.NET Framework net45 is compatible.  net451 is compatible.  net452 is compatible.  net46 is compatible.  net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 is compatible.  net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.6 94 2/29/2024
3.0.5 91 2/29/2024
3.0.4 425 8/22/2022
3.0.3 346 11/3/2021
3.0.2 302 5/26/2021
3.0.1 312 5/10/2021
3.0.0 296 4/28/2021
2.0.0 390 10/12/2020
1.2.15 398 8/27/2020
1.2.14 422 8/25/2020
1.2.13 392 8/21/2020
1.2.12 411 8/18/2020
1.2.11 483 8/11/2020
1.2.10 507 8/10/2020
1.2.9 474 7/7/2020
1.2.8 445 6/18/2020
1.2.7 448 6/15/2020
1.2.6 425 5/25/2020
1.2.5 403 5/15/2020
1.2.4 421 5/14/2020
1.2.3 425 5/12/2020
1.2.2 423 5/6/2020
1.2.1 424 4/16/2020
1.2.0.11 439 3/24/2020
1.2.0.10 474 3/20/2020
1.2.0.9 415 3/19/2020
1.2.0.8 442 3/19/2020
1.2.0.8-alpha 354 3/18/2020
1.2.0.7 455 3/9/2020
1.2.0.6 451 3/9/2020
1.2.0.5 431 3/2/2020
1.2.0.4 480 2/26/2020
1.2.0.3 499 2/24/2020
1.2.0.2 516 1/23/2020
1.2.0.1 513 1/23/2020
1.2.0 553 1/23/2020
1.2.0-beta2 341 1/21/2020
1.2.0-beta1 389 1/21/2020
1.2.0-beta 382 1/20/2020
1.2.0-alpha 375 1/14/2020
1.1.0.4 541 12/31/2019
1.1.0.3 489 12/27/2019
1.1.0.2 509 12/26/2019
1.1.0.1 479 12/20/2019
1.1.0 468 12/20/2019
1.0.2.4 622 12/10/2019
1.0.2.3 595 12/9/2019
1.0.2.2 582 12/5/2019
1.0.2.1 599 12/4/2019
1.0.2 593 12/4/2019
1.0.1 620 12/3/2019
1.0.0 649 12/3/2019

1.2.1
添加搜索框朝左的选项
升级NPOI至2.5.1
修复大小发生变化时,搜索框没有移动的问题

1.2.0.11
修复bug,处理DataError事件

1.2.0.10
修复移动滚动条时出现异常的Bug

1.2.0.9
修复重新出现搜索框时没有出现焦点的bug

1.2.0.8
修复由线程造成的异常bug

1.2.0.7
给创建多音列的方法CreateManyInitialsDataColumn
添加多线程方案CreateManyInitialsDataColumnAsync

1.2.0.6
按钮群添加IsEscQuit
按钮群方法添加 查找和更新中发生错误时的事件

1.2.0.5
修正窗口不跟随文本框移动的bug

1.2.0.4
修正bug

1.2.0.3
更新SqlClient至1.1.1

1.2.0.2
追加版本说明

1.2.0.1
修正错误的注释

1.2
追加:
操控表格的按钮群(ButtonFlowLayoutPanel)、
按钮群的按钮方法(ButtonFlowLayoutPanelMethod)、按钮方法的接口(IButtonFlowLayoutPanelMethod)
状态栏(GridStatusStrip)、
以NOPI为基础,将DataTable转换为Excel、Word(命名空间:Export)

1.1
模糊查找文本框控件(SearchTextBox)、
模糊查找表格控件(SearchDataGridView)