Telerik Forums
UI for Xamarin Forum
6 answers
404 views

Hey

Can we initialize RadListView control with Grouping that all groups are collapsed by default?

Thanks,

Mano

Parvez
Top achievements
Rank 1
 answered on 14 Nov 2019
1 answer
753 views

Hi,

Is it possible to have a transparent background on IOS?

I tried setting BackgroundColor="Transparent" and it works fine on Android but not on IOS.

Please help.

 

Lance | Senior Manager Technical Support
Telerik team
 answered on 13 Nov 2019
2 answers
499 views

Good Day 

I noted that everytime chats are loaded , one need to scroll down manually. is there a way to scroll to the bottom or the last chat item automatically ? 

 

Thanks 

Vuyiswa
Top achievements
Rank 2
 answered on 05 Nov 2019
4 answers
148 views

Good Day 

i am able to show images , video and normal text formatted based on my content templates. but it works well when loading the data in the chat control. When a User type a simple "hi" there is already a content template for outgoing messages which format this correctly when its load. my problem is that when they user type it does not use any of my content template 

 

Author senderitem = new Author();
           senderitem.Avatar = model.AUTHOR_PROFILE_PIC;
           senderitem.Name = model.AUTHOR;
 
           TextMessage textMessage = new TextMessage();
           textMessage.Data = model.CHAT_MESSAGE;
           textMessage.Author = senderitem;
           textMessage.Text = model.CHAT_MESSAGE;
       
           Device.BeginInvokeOnMainThread(() =>
           {
               chat.Items.Add(textMessage);
               chat.Message = string.Empty;
           });

 

 

Vuyiswa
Top achievements
Rank 2
 answered on 05 Nov 2019
2 answers
749 views
I am new to Xamarin and have written a test application which uses the Telerik template LoginScreenSimple to authenticate users when a user successfully logs on the app should then navigate to another form.  In the scenario above the  code behind is handled in a viewmodel how do I then load a content page from the viewmodel?
Joe Bohen
Top achievements
Rank 1
 answered on 04 Nov 2019
1 answer
64 views

I am trying to rotate by RadBorder to the left by -25. There are Grid with Image and Label inside and they are overlapped. Is it bug or I need to change something in my code? Help, please.

<telerikPrimitives:RadBorder x:Name="bnSolo" Grid.Row="0" Grid.Column="0" BackgroundColor="Transparent">
                    <Grid BackgroundColor="Transparent">
                        <Image Source="homesolo" />
                        <Label Text="Solo" />
                    </Grid>
                    <telerikPrimitives:RadBorder.GestureRecognizers>
                        <TapGestureRecognizer Tapped="PlayNowButton_Clicked" />
                    </telerikPrimitives:RadBorder.GestureRecognizers>
</telerikPrimitives:RadBorder>

 

 

await bnSolo.RotateTo(-25, 500, Easing.Linear);
await bnSolo.RotateTo(25, 500, Easing.Linear);
await bnSolo.RotateTo(0, 500, Easing.Linear);

 

 

 

 

 
Yana
Telerik team
 answered on 04 Nov 2019
1 answer
149 views
Is it now or will be, in future, possible to add rotate pdf command?
Didi
Telerik team
 answered on 30 Oct 2019
1 answer
59 views
Hi, it is possible to remove the transition effect on the RadTreeView? It's really annoying cause I have 500 items and it adds that bad delay.
Thank you Admins :D
Didi
Telerik team
 answered on 29 Oct 2019
1 answer
181 views
Hi, there is a chance to drag and drop items from a TreeView to another one?
Yana
Telerik team
 answered on 28 Oct 2019
2 answers
183 views

Hi everybody. Im following the getting started guide here (https://docs.telerik.com/devtools/xamarin/controls/treeview/treeview-getting-started). I have a few question: First of all I need to create the class Item and ViewModel in the general folder of the project?

Then when I arrived at this step:

<telerikDataControls:RadTreeView x:Name="treeView" ItemsSource="{Binding Source}"><telerikDataControls:TreeViewDescriptor DisplayMemberPath="Name"ItemsSourcePath="Children"TargetType="{x:Type local:Item}" /></telerikDataControls:RadTreeView>

If I copy this inside my project and then compile I get this error: "Type Item not found in xmlns" at row 13 that is this line here TargetType="{x:Type local:Item}
What am I doing wrong?

I just want to put a treeview in the app but Im not able. I tried to create the classes under UWP files, I moved all down there, delete from the main Shared part of the project but nothing.
Images attached :D
Thank you

 

 

Nicola
Top achievements
Rank 1
 answered on 25 Oct 2019
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?