Hi there,
I'm encountering a problem when using the RadTreeView control to display sibling nodes with different text lengths.
The text for the nodes is not being uniformly left aligned - even when I explicitly set this for each node using
fooNode.TextAlignment = ContentAlignment.MiddleLeft
Please see the attached image for an example of the issue - I've highlighted the affected nodes in orange.
To set the control's font I'm using
radTreeView.Font = new Font("Microsoft Sans Serif", 8.25F, GraphicsUnit.Point);
I'd be really grateful if anyone could please advise on how I could get my node text lining up perfectly !
thanks a lot
James

I am currently using a HtmlViewDefinition() in a template to get a custom view in a hierarchy(Picture down below). My question is if there is a way to make the text box (notes) a RichTextEditor-Like box.
I am using a TextBox Column in the picture below with WrapText set to true and AutoSizeRows set to true as well
Thank you

Hi folks,
Is there a way for the calculator control to be permanently 'dropped down'? I want to be have a control on a form so it can be dragged around the screen. and have it permanently anchored to the form it is on.
Thanks folks.
Hello,
i've got a short question. Is there a build in way to set the PageSize dynamically so that the number of rows displayed will be calculated in relation to the grid height?
If not i think i will implement it in SizeChanged event. Any suggestions or experiences for that?
Best Regards,
Yves

' CellsdataProvider.AggregateDescriptions.Add(New PropertyAggregateDescription() With { _ .PropertyName = "IVResp", _ .AggregateFunction = AggregateFunctions.Count, _.TotalFormat = New PercentOfColumnTotal(), .CustomName = "Percentage of Responses", .StringFormat = "#0.0" _})
How can load documents with password Protected using pdf viewer.
I'm trying Telerik UI for WinForms and i have an application which should open Password Protected PDF. How can i do that ?
Thanks
