TreeViewItemExtenderSetIsLastOne Method |
Sets if the current tree view item is last one in its level.
Namespace:
Hummingbird.UI
Assembly:
Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax public static void SetIsLastOne(
DependencyObject sender,
bool isLastOne
)
Public Shared Sub SetIsLastOne (
sender As DependencyObject,
isLastOne As Boolean
)
public:
static void SetIsLastOne(
DependencyObject^ sender,
bool isLastOne
)
Parameters
- sender
- Type: System.WindowsDependencyObject
The sender. - isLastOne
- Type: SystemBoolean
set to true it is the last item in its level
See Also