Completed
Last Updated: 15 Aug 2017 10:54 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 12 May 2017 05:45
Category: LayoutControl
Type: Bug Report
1
FIX. RadLayoutControl - controls are distorted and appear outside the window when scrolling on a Windows 10/ Windows 8.1 machine
Please run the attached sample project and follow the steps in the document locate din the zipped folder.

Workaround:
this.radLayoutControl1.VerticalScrollbar.ValueChanged += VerticalScrollbar_ValueChanged;

private void VerticalScrollbar_ValueChanged(object sender, EventArgs e)
        {
            this.Width += 1;
            this.Width -= 1;
        } 
Attached Files:
0 comments