@@ -172,6 +172,15 @@ namespace FlaxEngine.GUI
|
||||
base.SetViewOffset(ref value);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Cuts the scroll bars value smoothing and imminently goes to the target scroll value.
|
||||
/// </summary>
|
||||
public void FastScroll()
|
||||
{
|
||||
HScrollBar?.FastScroll();
|
||||
VScrollBar?.FastScroll();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Scrolls the view to the given control area.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user