Completed
Last Updated: 01 Jun 2017 07:56 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 17 Mar 2015 09:25
Category: Form
Type: Bug Report
2
FIX. RadForm - when the AutoScroll property is set to true and a row (in RadGridView) which bounds exceeds the form size is selected, the RadForm is scrolled to the bottom without updating the scrollb
To reproduce:

1. Add a RadForm with a RadButton and a RadGridView.
2. Use the following code snippet:
 public Form1()
        {
            InitializeComponent();

            this.AutoScroll = true;           
            this.radGridView1.Location = new Point(10, 500);                   
        }
3. Please refer to the attached gif file.

Workaround:

Use RadScrollablePanel and dock it inside the form.
Attached Files:
0 comments