Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我怎么知道一个控件(在这种情况下是一个DataGridView包含在 Windows 窗体中的控件)的大小何时被用户调整?我希望我能知道它的大小何时从方法中改变,或者用户何时必须调整窗口窗体的大小。这可能吗?。我只发现了DataGridView.SizeChanged事件。
DataGridView
DataGridView.SizeChanged
解决方案是控制事件并在那里SizeChanged保存网格的位置和大小。
SizeChanged