Develop a new control - Fisheye Panel.
New control request: FishEye menu.
A new Tag Cloud control similar to the WinForms and ASP.NET Ajax counterparts (http://demos.telerik.com/aspnet-ajax/tagcloud/examples/overview/defaultcs.aspx)
Since we are working with large TreeViews users some times get confused about the current parent of an Element.
It would be useful if the parents of on element would sticky to the top of the control.
Similar to functionatlity of the Sticky Group Headers for the RadGridView or the newly introduced Sticky scroll in Visual Studio
https://docs.telerik.com/devtools/wpf/controls/radgridview/grouping/stickygroupheaders
Hello,
Regarding this forum question, it will be good if you add the attached property VisibleColumnsCount or IsAnyColumnVisible so I can hide the rows when there are 0 columns. Please read the following link for full information:
https://www.telerik.com/forums/radgridview---hide-rows-when-columns-are-not-visible
I have a license ok behalf my company
If a worksheet spans more than one page, you can print row and column headings or labels (also called print titles) on every page to ensure that the data is properly labeled.
Duplicate of SpreadProcessing: Repeat specific rows or columns on every printed page (telerik.com)
The attached project demonstrates a possible approach for handling this - by editing RadRibbonWindow's control template and specifying a converter for the PART_Icon Image's Width and Height bindings. The converter in turn takes into account the DPI of the current monitor.
Create a SlideView control like the one in the Telerik UWP suite.
https://docs.telerik.com/devtools/xamarin/controls/slideview/slideview-getting-started
The control should have a content area, previous and next buttons, and dots indicator below, that indicates the currently selected page.
Change the selection on MouseLeftButtonUp instead of MouseLeftButtonDown.