Currently, I am working with RadNavigationView but I feel like I don't need dynamically bound DataContext because each settings tab would be different with various buttons. I tried RadTabControl but it isn't exactly what I'm going for style-wise. If anyone has any ideas please let me know.
Here is what I'm referencing.
Hi,
1-How can I implement the following two images in WPF desktop alert?
2-Is it possible to adjust the height automatically based on the content?

Hello,
I use telerik for wpf. And now I have some problems with my application.
I am trying to get the RadPane tabs to scroll when overflowed, but it isn't working. I followed the example here, but it still does not scroll when enough tabs are made visible that exceed the visible width of the tab space. I am using a User Control for the tab header content instead of the standard String.
<telerik:RadDocking.DocumentHost>
<telerik:RadSplitContainer Orientation="Vertical">
<!-- Main Content -->
<telerik:RadPaneGroup x:Name="PaneGroup1"
ScrollViewer.HorizontalScrollBarVisibility="Auto"
DropDownDisplayMode="Visible">
<!-- Schedule -->
<telerik:RadPane CanUserClose="False" x:Name="RadPane_ScheduleItems" IsHidden="True"
telerik:RadDocking.SerializationTag="ScheduleItems.HeaderObj">
<telerik:RadPane.Header>
<uc:RadPaneHeader x:Name="RadPaneHeader_ScheduleItems"
Header="Schedule Items" />
</telerik:RadPane.Header>
<uc:ScheduleGridView x:Name="ScheduleItems" />
</telerik:RadPane>Tabs before and after are attached.
For several years I have been using the RadDesktopAlertManager in my application. Recently I noticed that it has stopped displaying the alert, but without any exceptions.
When I debug, everything works as expected, until I get to the .ShowAlert execution on the manager. Then this happens.
The rest of my code works just fine, and the only thing I am lacking is the alert... but this is of course an application wide outage.
Any ideas... missing a dll? or....
I am setting both the FilterIconBackgroundFiltered and the FilterIconBackground properties on a RadVirtualGrid control in xaml. The FilterIconBackground property changes the filter icon color, but even after adding a filter to a column, the icon never changes to the FilterIconBackgroundFiltered color.
Any thoughts on why this might be happening?
Thanks!
<tk:RadVirtualGrid x:Name="VirtualGrid"
FontSize="{Binding FontSize}"
Foreground="{Binding RelativeSource={RelativeSource AncestorType={x:Type local:ParticleReportControl}}, Path=Foreground}"
Background="{StaticResource GsBackgroundDark}"
CanUserFilterColumns="True"
CanUserSortColumns="True"
ColumnHeaderForeground="{StaticResource GsForegroundMain}"
ColumnHeaderBackground="{StaticResource GsBackgroundDark2}"
CellTextAlignment="Center"
LinesVisibility="Both"
IsFilterable="True"
FilterIconBackgroundFiltered="Red"
FilterIconBackground="{StaticResource GsForegroundMain}"
HorizontalLinesBrush="{StaticResource GsForegroundMain}"
VerticalLinesBrush="{StaticResource GsForegroundMain}"
MeasureTextOnRender="True"
ShowDistinctFilters="False"
tk:RadContextMenu.ContextMenu="{StaticResource CtxMenu}"
CellDecorationsNeeded="VirtualGrid_OnCellDecorationsNeeded"
HeaderCellDecorationsNeeded="VirtualGrid_OnHeaderCellDecorationsNeeded"
OverlayBrushesNeeded="VirtualGrid_OnOverlayBrushesNeeded"
HeaderSizeNeeded="VirtualGrid_HeaderSizeNeeded"
>
</tk:RadVirtualGrid>