FlowLayout.OnLineArranged 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.
/// [Windows.Foundation.Metadata.Experimental]
void OnLineArranged(int const& startIndex, int const& countInLine, double const& lineSize, VirtualizingLayoutContext const& context);
[Windows.Foundation.Metadata.Experimental]
protected virtual void OnLineArranged(int startIndex, int countInLine, double lineSize, VirtualizingLayoutContext context);
Protected Overridable Sub OnLineArranged (startIndex As Integer, countInLine As Integer, lineSize As Double, context As VirtualizingLayoutContext)
Parameters
- startIndex
-
Int32
int
- countInLine
-
Int32
int
- lineSize
-
Double
double
- context
- VirtualizingLayoutContext
- Attributes