Quantcast
Channel: Ribbon for WPF - Recent Posts
Browsing all 1458 articles
Browse latest View live
↧

Breadcrumb file System with initial directory

Hello, I am using your Breadcrumb File System control from the sample app:\Actipro Software\WPF-Controls\v24.1.2\SampleBrowser\ProductSamples\NavigationSamples\QuickStart\BreadcrumbFileSystem\MainC...

View Article


Re: Breadcrumb file System with initial directory

Hello, This kind of code in the constructor of MainControl seems to work right after InitializeComponent: var trail = ConvertItemHelper.GetTrail(myComputer, @"C:\Windows"); if (trail != null) ...

View Article


Re: Breadcrumb file System with initial directory

It works. Thanks a lot!

View Article

Re: Use old style of the Ribbon's contextual tab groups

Hi! Just to follow up on this now that you have separated the legacy Ribbon from the Bars... Does the 24.1 Original Ribbon Assembly support the pre-WindowChrome update? Specifically, can we use O...

View Article

Re: Use old style of the Ribbon's contextual tab groups

Hi Tom, The classic Ribbon product no longer has Office 2016 appearance either. It renders similar to the Office appearance that came after that, which was close, but with tweaks. You can still...

View Article


Automation - No elements in collapsed Groups

Hi,We migrated to .NET 6/.NET 8 from .NET Framework and are experiencing issues with Collapsed Groups in the ribbon. The problem is that there are no child elements in the collapsed group element...

View Article

Re: Automation - No elements in collapsed Groups

Hi Martin, Thank you for reporting this. This does appear to be another area that needed adjustments to compensate .NET 8 updates to UIA peers by Microsoft. We are adjusting some things for the...

View Article

Re: Automation - No elements in collapsed Groups

Hi,Thank you for your response, that's good to hear.Could you please let me know when we can expect the new release? Thanks,Martin.

View Article


Re: Automation - No elements in collapsed Groups

Hello, The next maintenance release should be within the next several weeks.

View Article


ContainerAutoHideSize to have the same size as ContainerDockedSize

Hi! When I increase or decrease the size of a tool window I would like that the auto hide size to be the same as the ContainerDockedSize. Something like this seems to not work "ContainerAutoHid...

View Article

Re: ContainerAutoHideSize to have the same size as ContainerDockedSize

Hi Daniel, We are currently setting the ToolWindow.ContainerAutoHideSize property directly, which likely removes any bindings to it. We will update the code that sets that property to use SetCur...

View Article

Automation - No elements in TabItem Group in .NET8

Hello, After migrating our application to .NET8, we noticed that some UI automation tests failed due to elements that could not be localized. Inspecting the UI tree showed us that Groups under Ri...

View Article

Re: Automation - No elements in TabItem Group in .NET8

Hi Vincent, Yes, the changes Microsoft made in .NET 8 did cause some automation peers to change behavior. v24.1.3 did contain the updates mentioned in the other thread. Those along with other...

View Article


Re: Automation - No elements in TabItem Group in .NET8

Since the other thread seems to focus on collapsed Group, is it possible that v24.1.3 is missing some changes that would allow uncollapsed Group to behave properly? My tests were performed using v2...

View Article

Re: Automation - No elements in TabItem Group in .NET8

Just so we are making sure we are looking at the same thing, can you walk us through step by step in one of our samples to tell us where you see the issue occurring? For instance, when you run ou...

View Article


Re: Automation - No elements in TabItem Group in .NET8

When using the Ribbon product demo, the "Editing" group is indeed behaving exactly like the element I am refering in my app (group is empty). However, in my app, the group is not a collapsable item...

View Article

Re: Automation - No elements in TabItem Group in .NET8

Hi Vincent, The "Editing" group I had previously mentioned has no UIA peer children since it's collapsed at the time. I tried finding something similar to what you describe. The "Insert / Table...

View Article


SplitButton drop-down arrow is not centered!

We are using Actipro SplitButton, the drop-down arrow is misalligned towards the right. How can we fix it? https://ibb.co/N3BRPr3 Thanks.

View Article

Re: SplitButton drop-down arrow is not centered!

Hello, I'm sorry but we aren't able to reproduce that in our WPF sample project. Can you please give exact instructions and code necessary to reproduce it in one of our samples? Thanks! Also,...

View Article

Re: SplitButton drop-down arrow is not centered!

My xaml has this: xmlns:ribbon="http://schemas.actiprosoftware.com/winfx/xaml/ribbon" ..<ribbon:SplitButton MinHeight="22" Label="Run" VariantSize="Medium">..</ribbon:SplitButton&gt...

View Article
Browsing all 1458 articles
Browse latest View live