diff --git a/_silverlight.yml b/_silverlight.yml index 7c5dad8ee4..2a88963295 100644 --- a/_silverlight.yml +++ b/_silverlight.yml @@ -186,7 +186,11 @@ controls/radmap/features/providers/custom-vector-tile-provider.md, styling-and-appearance/styling-apperance-theme-palettes.md, controls/radlistbox/sorting.md, controls/raddaterangepicker, -getting-started/installation/distributions.md] +getting-started/installation/distributions.md, +getting-started/installation/preview-releases.md, +upgrade/upgrade-migrate-to-net.md, +common-information/ui-virtualization.md, +wpflab/] exclude_navigation: [controls/raddocking/theming/*] @@ -874,12 +878,9 @@ intro_columns: categories: - title: "File Upload & Management" - items: - "PdfProcessing": "radpdfprocessing-overview" - "PdfViewer": "radpdfviewer-overview" - "SpreadProcessing": "radspreadprocessing-overview" + items: + "PdfViewer": "radpdfviewer-overview" "Upload": "radupload-overview" - "ZipLibrary": "radziplibrary-overview" - title: "Layout" items: diff --git a/common-information/consuming-data/linq-to-ado-net-entity-data-model.md b/common-information/consuming-data/linq-to-ado-net-entity-data-model.md index 67ae1a3bc2..cf7a010358 100644 --- a/common-information/consuming-data/linq-to-ado-net-entity-data-model.md +++ b/common-information/consuming-data/linq-to-ado-net-entity-data-model.md @@ -221,5 +221,8 @@ __Example 5__ shows you how to implement efficient server-side database paging. {{endregion}} ## See Also + +{% if site.site_name == 'WPF' %} * [Consuming WCF Data Service]({%slug consuming-data-ado-net-data-service%}) +{% endif %} diff --git a/controls/radribbonview/gettingstarted.md b/controls/radribbonview/gettingstarted.md index 81dee045bd..73027fc3d9 100644 --- a/controls/radribbonview/gettingstarted.md +++ b/controls/radribbonview/gettingstarted.md @@ -400,10 +400,12 @@ __RadRibbonView with the Windows8 theme__ ## Telerik UI for WPF Learning Resources * [Telerik UI for WPF RibbonView Component](https://www.telerik.com/products/wpf/ribbonview.aspx) +{% if site.site_name == 'WPF' %} * [Getting Started with Telerik UI for WPF Components]({%slug getting-started-first-steps%}) -* [Telerik UI for WPF Installation]({%slug installation-installing-which-file-do-i-need%}) * [Telerik UI for WPF and WinForms Integration]({%slug winforms-integration%}) * [Telerik UI for WPF Visual Studio Templates]({%slug visual-studio-templates%}) +{% endif %} +* [Telerik UI for WPF Installation]({%slug installation-installing-which-file-do-i-need%}) * [Setting a Theme with Telerik UI for WPF]({%slug styling-apperance-implicit-styles-overview%}) * [Telerik UI for WPF Virtual Classroom (Training Courses for Registered Users)](https://learn.telerik.com/learn/course/external/view/elearning/16/telerik-ui-for-wpf) * [Telerik UI for WPF License Agreement](https://www.telerik.com/purchase/license-agreement/wpf-dlw-s) diff --git a/controls/radtreeview/features/treeview-item/treeviewitem-bring-into-view-support.md b/controls/radtreeview/features/treeview-item/treeviewitem-bring-into-view-support.md index 767a119806..3b213cac4b 100644 --- a/controls/radtreeview/features/treeview-item/treeviewitem-bring-into-view-support.md +++ b/controls/radtreeview/features/treeview-item/treeviewitem-bring-into-view-support.md @@ -294,7 +294,9 @@ __BringPathIntoView__ method has two overloads that you can use to bring an item #### __Figure 5: The item is positioned with 100 pixels offset from the top of the viewport__ ![{{ site.framework_name }} RadTreeView The item is positioned with 100 pixels offset from the top of the viewport](images/RadTreeView_TreeViewBringIntoViewSupport_040.png) + {% if site.site_name == 'WPF' %} > When the UI virtualization of RadTreeView is enabled, the brought item may not be positioned at the top of the viewport due to specifics of the virtualization mechanism. This means that the offset may not behave as expected. In such cases, you can manually update the scroll position as described in the [following KB article]({%slug kb-treeview-bringpathintoview-offset-virtualization%}). + {% endif %} >tip You can find a complete solution demonstrating the __BringPathIntoView()__ method implementation in the [How to Use BringPathIntoView Method]({%slug radtreeview-how-to-bring-path-into-view%}) help article in our documentation. diff --git a/getting-started/change-control-appearance.md b/getting-started/change-control-appearance.md index d9cd8d8276..4a7ef52304 100644 --- a/getting-started/change-control-appearance.md +++ b/getting-started/change-control-appearance.md @@ -38,7 +38,9 @@ If you wish to apply further customizations such as repositioning the building p ## Color Theme Generator +{% if site.site_name == 'WPF' %} All Telerik themes starting from [Windows8` and later]({%slug common-styling-appearance-available-themes%}) (like __Windows11__, **Crystal**, **Fluent**, **Material**, **Office2016**, etc.) are fully customizable using the assocaited [theme palettes]({%slug styling-appearance-theme-helper%}) properties. +{% endif %} For seamless color customization and faster palette creation that looks great and matches all controls, we created the [Color Theme Generator]({%slug common-styling-color-theme-generator%}). diff --git a/integration/installation-adding-to-vs-toolbox-silverlight.md b/integration/installation-adding-to-vs-toolbox-silverlight.md index e50e9bb19a..6a5600e1b0 100644 --- a/integration/installation-adding-to-vs-toolbox-silverlight.md +++ b/integration/installation-adding-to-vs-toolbox-silverlight.md @@ -57,4 +57,3 @@ To manually add Telerik UI for Silverlight to the Visual Studio 2015 Toolbox, fo ## See Also * [Creating an Application and Adding UI for Silverlight]({%slug installation-adding-to-application-create-application-and-adding-control%}) * [Namespace Declaration]({%slug installation-adding-application-namespace-declaration%}) - * [Using IntelliSense in Visual Studio]({%slug installation-adding-application-using-intellisense-vs%})