AjaxControlToolkit.Twitter.CreateChildControls C# (CSharp) Method

CreateChildControls() protected method

protected CreateChildControls ( ) : void
return void
        protected override void CreateChildControls()
        {
            Controls.Clear();

            _listView = new ListView();
            Controls.Add(_listView);

            // Assign templates to the ListView
            PrepareTemplates();
        }