Click or drag to resize

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
)

Parameters

sender
Type: System.WindowsDependencyObject
The sender.
isLastOne
Type: SystemBoolean
set to true it is the last item in its level
See Also