Method ScrollToItem
- Namespace
- Alternet.FormDesigner.WinForms.Toolbox
- Assembly
- Alternet.FormDesigner.v9.dll
ScrollToItem(string, ToolboxItem)
Scrolls control content to make visible specified item.
public void ScrollToItem(string categoryName, ToolboxItem item)
Parameters
categoryName
stringName of category holds item.
item
ToolboxItemToolboxItem
to make visible.