Свойство | Type | Description | |
---|---|---|---|
KeyboardIncrementProperty | |||
PreviewStyleProperty | |||
ResizeBehaviorProperty | |||
ResizeDirectionProperty | |||
ShowsPreviewProperty |
Méthode | Description | |
---|---|---|
CustomGridSplitter ( ) : System |
Initializes a new instance of the CustomGridSplitter class.
|
Méthode | Description | |
---|---|---|
OnGotFocus ( |
Called before the GotFocus event occurs.
|
|
OnKeyDown ( Windows e ) : void |
Called before the KeyDown event occurs.
|
|
OnLostFocus ( |
Called before the LostFocus event occurs.
|
|
OnPointerEntered ( Windows e ) : void |
Called before the PointerEntered event occurs.
|
|
OnPointerMoved ( Windows e ) : void |
Called before the PointerMoved event occurs.
|
|
OnPointerPressed ( Windows e ) : void |
Called before the PointerPressed event occurs.
|
|
OnPointerReleased ( Windows e ) : void |
Called before the PointerReleased event occurs.
|
|
OnResizeDirectionChanged ( GridResizeDirection oldResizeDirection, GridResizeDirection newResizeDirection ) : void |
Provides derived classes an opportunity to handle changes to the ResizeDirection property.
|
Méthode | Description | |
---|---|---|
ContinueDirectDragging ( Point position ) : void | ||
ContinuePreviewDragging ( Point position ) : void | ||
DetermineEffectiveResizeBehavior ( ) : GridResizeBehavior | ||
DetermineEffectiveResizeDirection ( ) : GridResizeDirection | ||
DetermineResizeCursor ( ) : void | ||
GetGrid ( ) : |
||
OnLayoutUpdated ( object sender, object e ) : void |
Called when the LayoutUpdated event occurs.
|
|
OnResizeDirectionChanged ( |
Handles changes to the ResizeDirection property.
|
|
PreviewGridSplitter_DraggingCompleted ( object sender, |
||
ResizeColumns ( |
||
ResizeRows ( |
||
StartDirectDragging ( Windows e ) : void | ||
StartPreviewDragging ( Windows e ) : void | ||
UpdateVisualState ( ) : void |
protected OnGotFocus ( |
||
e | The data for the event. | |
Résultat | void |
protected OnKeyDown ( Windows e ) : void | ||
e | Windows | The data for the event. |
Résultat | void |
protected OnLostFocus ( |
||
e | The data for the event. | |
Résultat | void |
protected OnPointerEntered ( Windows e ) : void | ||
e | Windows | Event data for the event. |
Résultat | void |
protected OnPointerMoved ( Windows e ) : void | ||
e | Windows | Event data for the event. |
Résultat | void |
protected OnPointerPressed ( Windows e ) : void | ||
e | Windows | Event data for the event. |
Résultat | void |
protected OnPointerReleased ( Windows e ) : void | ||
e | Windows | Event data for the event. |
Résultat | void |
protected OnResizeDirectionChanged ( GridResizeDirection oldResizeDirection, GridResizeDirection newResizeDirection ) : void | ||
oldResizeDirection | GridResizeDirection | The old ResizeDirection value |
newResizeDirection | GridResizeDirection | The new ResizeDirection value |
Résultat | void |
public static DependencyProperty,Windows.UI.Xaml KeyboardIncrementProperty | ||
Résultat |
public static DependencyProperty,Windows.UI.Xaml PreviewStyleProperty | ||
Résultat |
public static DependencyProperty,Windows.UI.Xaml ResizeBehaviorProperty | ||
Résultat |
public static DependencyProperty,Windows.UI.Xaml ResizeDirectionProperty | ||
Résultat |