Designer Component Outline suggestion

Hello Radzen Team!

All of the labels in my app are binded to a method that retrieves the text based on the user language. This implies in not being able to see nor select them in the design canvas. That's ok though because I can do that in the page outline on the right:

The problem is that the outline position is not persistent, and when I click a different tab it resets:


Then I have to find the component again in the outline even though it's alread selected. This results in some extra time spent in scrolling when we need to change lots of components.

My suggestion is that the scrollbar position stays somewhat persistent.

Wouldn't it be a lot better to just display some default text in the Label during design time? This would allow you to select it.

Yes, this would work just as good. Any ideas on what the default text could be?

The Name of the property is probably a good idea.

1 Like

Decided to use [Expression] in such cases as it is used elsewhere for a similar purpose (and also in Angular application). Better be consistent.

1 Like