Completed
Last Updated: 23 Jul 2015 10:16 by ADMIN
ADMIN
Dimitar
Created on: 16 Jul 2015 06:07
Category:
Type: Bug Report
0
FIX. RadScrollablePanel - there is a compile time error when the AllowAutomaticScrollToControl property is set at design time.
To reproduce:
- Drop RadPopUpContainer from the toolbox on the windows form. Save the form.
- Change the AllowAutomaticScrollToControl property value.
- Save the form.


Workaround:
Set the property in code:
RadScrollablePanel1.AllowAutomaticScrollToControl = false;
0 comments