Ejemplo n.º 1
0
        protected override void OnLoad(EventArgs e)
        {
            this.AddSamplePages();
            base.OnLoad(e);

            ExamplesForm.CenterControlOnParent(this.radPageView1);
        }
Ejemplo n.º 2
0
        protected override void OnLoad(EventArgs e)
        {
            base.OnLoad(e);

            ExamplesForm.FillComboFromEnum(this.animationTypeCombo, typeof(RadEasingType), this.strip.StripScrollingAnimation);
            ExamplesForm.CenterControlOnParent(this.view);
        }