It would be awesome if the user would be able to create folders for visual organization in tree views, tree list views and list views. These folders should not be actual items in the tree, but rather be a visual simplification for complex lists and trees.
Folder specific features:
View specific features
With this feature the user would find it easier to organize sometimes complex trees and lists into manageable folder structures, as the layout would be created by the user himself. The folders also make collective operations on items in them easier to handle, as the user can move or delete the folder with its content and does not need to select long lists of items for every operation. This would increase the usability of the trees and lists.
The check mark of the RadioButton is misaligned when DPI settings are set to a higher than the default value, e.g. 125%.
The problem can easily be reproduced using the Telerik UI for WPF Demo application:
Exception when editing the template and showing the tooltip of the ValidationErrorElement
Workaround:
Replace the validation element:
<Grid x:Name="ValidationErrorElement" Visibility="Collapsed">When the StyleManager is applied to the control, the IsRippleEnabled property is not respected.
Hello,
We want to integrate a web browser in a flyout pane in WPF to display html 5 pages. Moreover, we want to display some html contents in tooltips too.
The provided WebBrowser by WPF framework does not work well.
Consequently, the idea is to have a "htmlplaceholder" (as you provide in silverlight) which supports HTML 5 and could be based on chromium engine.
Thanks & regards,
Testing in the RadColorEditor control:
looking the attachments,Select the two numbers on the left(the file "Select.png"),
then enter a number through the keyboard,just modified the number on the far left(the file "Input1.png").
But sometimes the two numbers that are selected are replaced,like the file "Input2.png".
Obviously the second case input experience is better!
Continuous restarts cause one of the two.
The application can be ported to .NET Core, uploaded to the Windows store and potentially have its source code distributed.
Hi All,
I would like to hide the mouse over background to TreeListViewRow, and now the solution that I know is to edit the template my self.
Is it possible to add custom value for MouseOverBackground, SelectedBackground like GridViewRowStyle?
Thanks in advance for you feedback.
using GroupStyle ,and setting : ScrollViewer.CanContentScroll="False",when click the item,
within the group,the ScrollViewer auto scroll up and down,don't using VirtualizingPanel.
but the microsoft ListBox is OK!
the code like the follwoing:
<telerik:RadListBox Width="250" ItemsSource="{Binding Data.View}" SelectionMode="Single"
ItemTemplate="{StaticResource ListBoxTemplate}"
ScrollViewer.CanContentScroll="False">
<telerik:RadListBox.GroupStyle>
<GroupStyle>
<GroupStyle.ContainerStyle>
<Style TargetType="{x:Type GroupItem}">
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type GroupItem}">
<Expander IsExpanded="True"
ExpandDirection="Down">
<Expander.Header>
<StackPanel Orientation="Horizontal">
<TextBlock Text="{Binding Path=Name}"
VerticalAlignment="Center" />
<TextBlock Text="{Binding Path=ItemCount, StringFormat=Count:{0}}"
VerticalAlignment="Center"
Margin="5,0,0,0" />
</StackPanel>
</Expander.Header>
<ItemsPresenter />
</Expander>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
</GroupStyle.ContainerStyle>
</GroupStyle>
</telerik:RadListBox.GroupStyle>
</telerik:RadListBox>
Hi there
This is a very impotent control in our company.
However, we need to implement a spell checker as you already have in RTF.
Eliezer Kaplansy PhD
CTO
Makeshet Information Systems
In the Crystal theme the ScrollBars are narrow and expand their size when the mouse is over. Introduce property that sets the default appearance of ScrollViewer's ScrollBars, similar to the ScrollBarMode property for the Fluent theme, which has the following options for the ScrollBar size:
When using OpenStreetMaps with APIKey (required for Cycle and Transport variations)
the key is not automatically passed to the builtin minimap and it shows 'Api Key Required' in some tiles.