TileListPanel Methods |
The TileListPanel type exposes the following members.
Name | Description | |
---|---|---|
![]() | ArrangeOverride | When overridden in a derived class, positions child elements and determines a size for a FrameworkElement derived class. (Overrides FrameworkElementArrangeOverride(Size).) |
![]() | LineDown | Scrolls down within content by one logical unit. |
![]() | LineLeft | Scrolls left within content by one logical unit. |
![]() | LineRight | Scrolls right within content by one logical unit. |
![]() | LineUp | Scrolls up within content by one logical unit. |
![]() | MakeVisible | Forces content to scroll until the coordinate space of a Visual object is visible. |
![]() | MeasureOverride | When overridden in a derived class, measures the size in layout required for child elements and determines a size for the FrameworkElement-derived class. (Overrides FrameworkElementMeasureOverride(Size).) |
![]() | MouseWheelDown | Scrolls down within content after a user clicks the wheel button on a mouse. |
![]() | MouseWheelLeft | Scrolls left within content after a user clicks the wheel button on a mouse. |
![]() | MouseWheelRight | Scrolls right within content after a user clicks the wheel button on a mouse. |
![]() | MouseWheelUp | Scrolls up within content after a user clicks the wheel button on a mouse. |
![]() | OnItemsChanged |
When items are removed, remove the corresponding UI if necessary.
(Overrides VirtualizingPanelOnItemsChanged(Object, ItemsChangedEventArgs).) |
![]() | PageDown | Scrolls down within content by one page. |
![]() | PageLeft | Scrolls left within content by one page. |
![]() | PageRight | Scrolls right within content by one page. |
![]() | PageUp | Scrolls up within content by one page. |
![]() | SetHorizontalOffset | Sets the amount of horizontal offset. |
![]() | SetVerticalOffset | Sets the amount of vertical offset. |
Name | Description | |
---|---|---|
![]() | ChildrenOfTypeT |
Gets all child elements recursively from the visual tree by given type.
(Defined by ChildrenOfTypeExtensions.) |
![]() | ClearIfNoBindingAndSet |
Clears if set.
(Defined by CommonExtensions.) |
![]() | ClearIfSet |
Clears the property if a value has been set.
(Defined by CommonExtensions.) |
![]() | EnableLayoutRounding | (Defined by LayoutRoundingHelperExtensions.) |
![]() | FindChildByTypeT |
Finds child element of the specified type. Uses breadth-first search.
(Defined by ChildrenOfTypeExtensions.) |
![]() | GetAssociatedInlineUIContainer | (Defined by ExtensionMethods.) |
![]() | GetAssociatedLayoutBox | (Defined by ExtensionMethods.) |
![]() | GetBoundsRelativeTo |
Gets the bounds relative to the current framework element.
(Defined by ExtensionMethods.) |
![]() | GetGlobalMousePosition | (Defined by WindowHost.) |
![]() | GetParents |
Enumerates through element's parents in the visual tree.
(Defined by ParentOfTypeExtensions.) |
![]() | GetVisualParentT |
Searches up in the visual tree for parent element of the specified type.
(Defined by ParentOfTypeExtensions.) |
![]() | IsAncestorOf(DependencyObject) | Overloaded.
Determines whether the element is ancestor of the current UI element.
(Defined by ExtensionMethods.) |
![]() | IsAncestorOf(DependencyObject) | Overloaded.
Determines whether the element is an ancestor of the descendant.
(Defined by ParentOfTypeExtensions.) |
![]() | IsKeyboardFocusWithin |
Determines whether keyboard focus is within the current UI element.
(Defined by KeyboardHelper.) |
![]() | IsLocalValueSet(DependencyProperty) | Overloaded.
Determines whether the specified dependency property local value is set.
(Defined by DependencyObjectExtensions.) |
![]() | IsLocalValueSet(DependencyProperty) | Overloaded.
Determines whether the specified dependency property local value is set.
(Defined by CommonExtensions.) |
![]() | ParentOfTypeT |
Gets the parent element from the visual tree by given type.
(Defined by ParentOfTypeExtensions.) |
![]() | SetAssociatedLayoutBox | (Defined by ExtensionMethods.) |
![]() | SetIfDifferent |
Sets the value of the dependencyProperty property if it's hasn't that value currently.
(Defined by CommonExtensions.) |
![]() | SetLayout |
Sets the location in the element in Canvas.
(Defined by CommonExtensions.) |
![]() | SetLocation(Point) | Overloaded.
Sets the location in the element in Canvas.
(Defined by CommonExtensions.) |
![]() | SetLocation(Double, Double) | Overloaded.
Sets the location in the element in Canvas.
(Defined by CommonExtensions.) |
![]() | SlideIn | Overloaded.
Slides the given element into view. This is an extension method.
(Defined by CalendarAnimation.) |
![]() | SlideIn(TimeSpan) | Overloaded.
Slides the given element into view. This is an extension method.
(Defined by CalendarAnimation.) |
![]() | SlideOut | Overloaded.
Slides the given element out of view. This is an extension method.
(Defined by CalendarAnimation.) |
![]() | SlideOut(TimeSpan) | Overloaded.
Slides the given element out of view. This is an extension method.
(Defined by CalendarAnimation.) |
![]() | Translate(NullableDouble, NullableDouble, NullableDouble, NullableDouble, TimeSpan) | Overloaded.
Translates the target element as requested by the parameters.
(Defined by CalendarAnimation.) |
![]() | Translate(NullableDouble, NullableDouble, NullableDouble, NullableDouble, TimeSpan, Action) | Overloaded.
Translates the target element as requested by the parameters and executes the action request.
(Defined by CalendarAnimation.) |