Telerik Forums
UI for WPF Forum
1 answer
140 views

I am attempting to mimic the Windows 10 behavior where dragging a tile to an "empty" area automatically creates a new group. Since "Group" is implemented as a "property path" in the RadTileList I am not seeing an obvious way to implement this functionality.

Should I create a new ContentControl that has special "Drop" functionality that creates a new group? Or is there a better option using the TileList itself?

On the same project I am attempting to "save" the position of Tiles across sessions, is there a "TilePosition" property that I am just not finding such that I can save the position of specific tiles or is the position of the tiles dictated by the order of the items in bound ObservableCollection?

Cheers!

Jason

Dinko | Tech Support Engineer
Telerik team
 answered on 01 Nov 2018
7 answers
320 views

Hi,

I have a RadImageEditor that I am using as an image viewer, and I have added my own toolbar with buttons bound to the commands for rotating and flipping the image, which all works fine. 

However, the buttons remain disabled until I click on the image, but I would really like the user to be able to just click on one of the buttons without having to first click on the image.  Equally, if they click on the zoom control, this gets the focus and the buttons once again get disabled.

How can I permanently enable these buttons?

Thanks,

Brian

Brian
Top achievements
Rank 1
 answered on 01 Nov 2018
1 answer
174 views

I'm using a RadLayoutControl on my page to group data into different groups.  I like the panel look and wanted to use that.  The problem I'm having is I want a certain LayoutControlExpanderGroup to fill in remaining space so that when a window resizes all the groups fill out one row of space.  Just wondering if there's similar functionality to the dock panel where I can set the container to LastChildFill="true" and the last container in the dock panel uses up all the remaining space.

 

Daniel
Top achievements
Rank 1
 answered on 31 Oct 2018
1 answer
89 views

Hi, if I double click RadRibbonTab, it'll collapse the RadRibbonGroup inside of it. Is there a way to prevent RadRibbonTab from ever collapsing the RadRibbbonGroup. Behaviour can be mimiced on the telerik wpf RichTextBox Example.

 

 

Martin Ivanov
Telerik team
 answered on 31 Oct 2018
3 answers
247 views

Example Solution uploaded as .jpg from .zip

The provided example has various controls in different tabs (including a scrollviewer). As you should be able to see in the fluent theme when using the scroll wheel to scroll the tab header an item in the tab header has to be focused. If I click a button, or select a textbox in one of the tabs I can no longer mouse over the tab header to scroll the tabs (I have to click on a tab to give it focus for the scroll wheel to work again).

This is not the case the other way around (Tab 5 or tab 6). If the tab header is focused the scrollViewer in the tab will still scroll on mouse over without focus being granted to it.

James
Top achievements
Rank 1
 answered on 30 Oct 2018
0 answers
77 views

Hi Telerik,

 

How can I get two radSplitContainer to stack on each other in two rows in the same column?

I'm using the outlook template for visual studio and what I want to achieve is to add another gridView as a radSplitContainer under the E-mails radSplitContainer.

It would then be a column with 2 rows and each row contains of a gridView. Row1 would contain the E-mails gridView / radSplitcontainer for e-mails, then row2 would contain another gridView with another itemsource.

 

 

 

 

 

Khoa
Top achievements
Rank 1
 asked on 30 Oct 2018
3 answers
211 views
Hi,

I'm working with new 3DLineSeries.

By default, a line has a triangular section. Can I set a round geometry? I want to obtain "a standard circolar tube".

Thanks, 

marc.
Martin Ivanov
Telerik team
 answered on 30 Oct 2018
1 answer
488 views

I am trying to understand how to prevent my LineAnnotation labels from being cut off.  Here is a contrived example.  I realize I could pick different locations but is there some kind of margin I can give the chart to see the text in the cases shown below? See attached image.

 

<Grid x:Name="LayoutRoot">
    <telerik:RadCartesianChart >
        <telerik:RadCartesianChart.HorizontalAxis>
            <telerik:LinearAxis x:Name="horizontalAxis"  >
            </telerik:LinearAxis>
        </telerik:RadCartesianChart.HorizontalAxis>
        <telerik:RadCartesianChart.VerticalAxis >
            <telerik:LinearAxis />
        </telerik:RadCartesianChart.VerticalAxis>
        <telerik:RadCartesianChart.Annotations>
            <telerik:CartesianGridLineAnnotation Axis="{Binding ElementName=horizontalAxis}"
                                                 Value="48"
                                                 Stroke="#f7706c"
                                                 Label="Label Cut Off At Top"                                                 
                                                 StrokeThickness="1" >
                <telerik:CartesianGridLineAnnotation.LabelDefinition>
                    <telerik:ChartAnnotationLabelDefinition Location="Top"                                                               
                                                            HorizontalOffset="4"  />
                </telerik:CartesianGridLineAnnotation.LabelDefinition>
            </telerik:CartesianGridLineAnnotation>
            <telerik:CartesianGridLineAnnotation Axis="{Binding ElementName=horizontalAxis}"
                                                 Value="108"
                                                 Stroke="#f7706c"
                                                 Label="Label Cut Off To the Right"
                                                 StrokeThickness="1"/>
        </telerik:RadCartesianChart.Annotations>
        <telerik:RadCartesianChart.Series>
            <telerik:ScatterSplineAreaSeries >
                <telerik:ScatterSplineAreaSeries.DataPoints>
                    <telerik:ScatterDataPoint XValue="30" YValue="40"/>
                    <telerik:ScatterDataPoint XValue="70" YValue="25"/>
                    <telerik:ScatterDataPoint XValue="100" YValue="20"/>
                </telerik:ScatterSplineAreaSeries.DataPoints>
            </telerik:ScatterSplineAreaSeries>
        </telerik:RadCartesianChart.Series>
    </telerik:RadCartesianChart>
</Grid>

 

 

Martin Ivanov
Telerik team
 answered on 30 Oct 2018
1 answer
171 views

Hello,

is HtmlFormatProvider supports loading images from disk when <a href /> use such an image? Or there is an event when provider is loading image and I could handle it myself to read image from path and put it as base64 in correct place of raddocument?

Best regards,

Jakub

Tanya
Telerik team
 answered on 30 Oct 2018
0 answers
98 views

Hello, i have a problem.

I need to use the Selected Value from the radDateTimePicker in other VB.NET classes.

If I set the Dim as Public Shared i get an error. "Cannot access non-shared Field 'radDateTimePicker' in shared context"

 

How can I use the SelectedValue in the other class?

 

 

Noah
Top achievements
Rank 1
 asked on 30 Oct 2018
Narrow your results
Selected tags
Tags
GridView
General Discussions
Chart
RichTextBox
Docking
ScheduleView
ChartView
TreeView
Diagram
Map
ComboBox
TreeListView
Window
RibbonView and RibbonWindow
PropertyGrid
DragAndDrop
TabControl
TileView
Carousel
DataForm
PDFViewer
MaskedInput (Numeric, DateTime, Text, Currency)
AutoCompleteBox
DatePicker
Buttons
ListBox
GanttView
PivotGrid
Spreadsheet
Gauges
NumericUpDown
PanelBar
DateTimePicker
DataFilter
Menu
ContextMenu
TimeLine
Calendar
Installer and Visual Studio Extensions
ImageEditor
BusyIndicator
Expander
Slider
TileList
PersistenceFramework
DataPager
Styling
TimeBar
OutlookBar
TransitionControl
FileDialogs
Book
ToolBar
ColorPicker
TimePicker
MultiColumnComboBox
SyntaxEditor
VirtualGrid
Wizard
ExpressionEditor
NavigationView (Hamburger Menu)
WatermarkTextBox
DesktopAlert
BarCode
SpellChecker
DataServiceDataSource
EntityFrameworkDataSource
RadialMenu
ChartView3D
Data Virtualization
BreadCrumb
LayoutControl
ProgressBar
Sparkline
TabbedWindow
ToolTip
CloudUpload
ColorEditor
TreeMap and PivotMap
EntityFrameworkCoreDataSource (.Net Core)
HeatMap
Chat (Conversational UI)
VirtualizingWrapPanel
Calculator
NotifyIcon
TaskBoard
TimeSpanPicker
BulletGraph
Licensing
WebCam
CardView
DataBar
FilePathPicker
PasswordBox
SplashScreen
Callout
Rating
Accessibility
CollectionNavigator
Localization
AutoSuggestBox
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?