台州海关TD3600上线版本
This commit is contained in:
17
JJMediSys/MyFlowLayoutPanel.cs
Normal file
17
JJMediSys/MyFlowLayoutPanel.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace JJMediSys
|
||||
{
|
||||
class MyFlowLayoutPanel : FlowLayoutPanel
|
||||
{
|
||||
protected override System.Drawing.Point ScrollToControl(Control activeControl)
|
||||
{
|
||||
return DisplayRectangle.Location;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user