private void InitializeWidget(LayoutOrientation orientation)
        {
            ScrollPanel_Text      = new StreamPagePanel();
            ScrollPanel_Text.Name = "ScrollPanel_Text";

            // ReadScollPanel
            this.BackgroundColor = new UIColor(153f / 255f, 100f / 255f, 153f / 255f, 255f / 255f);
            this.Clip            = true;

            // Panel
            this.AddChildLast(ScrollPanel_Text);

            SetWidgetLayout(orientation);

            UpdateLanguage();
        }
        private void InitializeWidget(LayoutOrientation orientation)
        {
            ScrollPanel_Text = new StreamPagePanel();
            ScrollPanel_Text.Name = "ScrollPanel_Text";

            // ReadScollPanel
            this.BackgroundColor = new UIColor(153f / 255f, 100f / 255f, 153f / 255f, 255f / 255f);
            this.Clip = true;

            // Panel
            this.AddChildLast(ScrollPanel_Text);

            SetWidgetLayout(orientation);

            UpdateLanguage();
        }