Exemplo n.º 1
0
        private void ConsoleForm_VisibleChanged(object sender, EventArgs e)
        {
            zcs.EnsureVisibleEnforcePolicy(zcs.LineCount);
            zcs.SelectionStart = zcs.CurrentPos;
            zcs.SelectionEnd   = zcs.CurrentPos;
            zcs.ScrollCaret();

            zcs.GrabFocus();
        }