DataGridCellsPanel.ArrangeOverride(Size) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines the final size and placement of the panel.
protected:
override System::Windows::Size ArrangeOverride(System::Windows::Size arrangeSize);
protected override System.Windows.Size ArrangeOverride (System.Windows.Size arrangeSize);
override this.ArrangeOverride : System.Windows.Size -> System.Windows.Size
Protected Overrides Function ArrangeOverride (arrangeSize As Size) As Size
Parameters
- arrangeSize
- Size
The maximum size that the panel can occupy.
Returns
The final size and placement of the panel.
Remarks
The DataGridCellsPanel class uses the ArrangeOverride method to lay out the cells that are visible. Cells that are not visible are virtualized.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET