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

ClearButtonVisibility dynamic problem

4 Answers 25 Views
TextBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
dev
Top achievements
Rank 1
dev asked on 01 Oct 2014, 02:51 PM
Hello,
i'm create a RadTextBox in a Runtime with this code

RadTextBox txt= new RadTextBox();
txt.Height = 80;
txt.Width = 455;
txt.HorizontalAlignment = HorizontalAlignment.Left;
txt.Text = _CurrentSong.Title;

have a this problem (not appears a image X)

image in attach files

4 Answers, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 06 Oct 2014, 02:04 PM
Hi Ivan,

Unfortunately I couldn't reproduce this issue you 
reported. Please, find attached a sample project and compare with your project. If you have same problem, can you send us your project.

Regards,
Dimitrina
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
dev
Top achievements
Rank 1
answered on 07 Oct 2014, 09:11 AM
hello, i'm insert controls into

RadTextBox txt= new RadTextBox();
txt.Height = 80;
txt.Width = 455;
txt.HorizontalAlignment = HorizontalAlignment.Left;
txt.Text = _CurrentSong.Title;


StackPanel container = new StackPanel
{
    Orientation = System.Windows.Controls.Orientation.Vertical
};

container.Children.Add(txt);

 CustomMessageBox messageBox = new CustomMessageBox()
{
    Title = "title",
    Content = container,
    RightButtonContent ="undo",
    LeftButtonContent = "save"
};
0
dev
Top achievements
Rank 1
answered on 23 Oct 2014, 02:17 PM
Hello, are news for me?
0
Dimitrina
Telerik team
answered on 28 Oct 2014, 11:29 AM
Hi Ivan,

I couldn't reproduce the problem. Can you send us a project that reproduces it.


Regards,
Dimitrina
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
TextBox
Asked by
dev
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
dev
Top achievements
Rank 1
Share this question
or