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

Controls Vanishing

1 Answer 76 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
Luke Frost
Top achievements
Rank 1
Luke Frost asked on 17 Apr 2011, 10:55 PM
Good Evening

I am using the 2010 Q3 controls and i have created some buttons within a Vertical Button Group.  However the controls that i have had on there and assigned code to and everything have suddenly vanished and keetp vanishing even when i recreate them however i have to create them with a different name.

They are in the designed code:
Me.btnSetVATFigure = New Telerik.WinControls.UI.RadLabelElement
and 
'
        'RadRibbonBarButtonGroup4
        '
        Me.RadRibbonBarButtonGroup4.Items.AddRange(New Telerik.WinControls.RadItem() {Me.RadButtonElement18,   Me.btnRemoveProject, Me.RadButtonElement17, Me.btnPricingRemoveProject, Me.btnPricingEditPrices, Me.RadButtonElement20, Me.btnSetVATFigure})
        Me.RadRibbonBarButtonGroup4.Name = "RadRibbonBarButtonGroup4"
        Me.RadRibbonBarButtonGroup4.Orientation = System.Windows.Forms.Orientation.Vertical
        Me.RadRibbonBarButtonGroup4.Text = "RadRibbonBarButtonGroup4"
note end of the first line me.btnSetVATFigure

However as you can see from the attached screen shot the button is not visible on the form.

Can someone please explain this to me as its getting very annoying now as I'm sure you will appreciate.

Thank you in advance

Luke Frost

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 20 Apr 2011, 08:14 PM
Hi Luke,

Thank you for writing.

I would like to suggest that you set some Text or set MinSize to btnSetVATFigure in case that you want to leave this label empty.

I did not manage to reproduce the issue with the supplied information - please refer to the attached screenshot. I would kindly ask you to send me a sample project where the issue occurs. This will allow me to help you further.

All the best,

Peter
the Telerik team

 

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 Public Issue Tracking system and vote to affect the priority of the items
Tags
RibbonBar
Asked by
Luke Frost
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or