This is a migrated thread and some comments may be shown as answers.

User added ButtonElement not Visible

3 Answers 31 Views
Wizard
This is a migrated thread and some comments may be shown as answers.
Marshall
Top achievements
Rank 2
Marshall asked on 05 Jul 2015, 06:04 PM

I added a button to the command buttons on the wizard... The problem is that I can not figure out how to make this button visible.  I have set its his.rbtnOpenPayClient.Visibility  to  Telerik.WinControls.ElementVisibility.Visible but no joy.  I set its ZIndex to 5 which I thought would be above any possible control that could be on top of it, still no joy.  I'm at a loss at the moment.  I can't figure out why this button just won't show itself.

            // rbtnOpenPayClient
            // 
            this.rbtnOpenPayClient.AccessibleDescription = "Post Payment";
            this.rbtnOpenPayClient.AccessibleName = "Post Payment";
            this.rbtnOpenPayClient.Alignment = System.Drawing.ContentAlignment.BottomRight;
            this.rbtnOpenPayClient.Margin = new System.Windows.Forms.Padding(4);
            this.rbtnOpenPayClient.MinSize = new System.Drawing.Size(100, 24);
            this.rbtnOpenPayClient.Name = "rbtnOpenPayClient";
            this.rbtnOpenPayClient.Text = "Post Payment";
            this.rbtnOpenPayClient.TextWrap = true;
            this.rbtnOpenPayClient.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.rbtnOpenPayClient.ZIndex = 5;
            this.rbtnOpenPayClient.Click += new System.EventHandler(this.rbtnOpenPayClient_Click);

3 Answers, 1 is accepted

Sort by
0
Accepted
Stefan
Telerik team
answered on 07 Jul 2015, 10:36 AM
Hi Marshall,

Thank you for writing.

Can you please share how did you add a button to RadWizard, so I will have of the precise case?

I am looking forward to your reply.

Regards,
Stefan
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Marshall
Top achievements
Rank 2
answered on 13 Jul 2015, 06:59 PM
I think I figured it out.  It was where I was creating it.  Once I figured out that it is showing up where and when I needed it to.
0
Dimitar
Telerik team
answered on 15 Jul 2015, 12:16 PM
Hi Marshall,

I am glad that you have found a solution for your case. Do not hesitate to contact us if you have other questions.

Regards,
Dimitar
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Wizard
Asked by
Marshall
Top achievements
Rank 2
Answers by
Stefan
Telerik team
Marshall
Top achievements
Rank 2
Dimitar
Telerik team
Share this question
or