I created a simple scrollviewer with three textblocks and now the text blocks are not visible. Please advise.
Thanks,
Michael
I created a simple scrollviewer with three textblocks and now the text blocks are not visible. Please advise.
Thanks,
Michael
cc @carolhmj
Hi,
Thatâs because youâve hidden them in the hierarchy (left menu - eye icon). And the parent stackpanel was also not visible. When you import the GUI created with the Editor, âisVisibleâ is kept from the editor set-up. If you want to show controls or containers that have been hidden when saving from the editor, you need to call it and set âisVisibleâ to true.
Not having the isVisible property in the property pane is confusing.
Yes, I sort of agree. Looking at the doc and tooltip both only say âShow/hide controlâ.
May be we could enhance the doc and/or tooltip to say something like âset(s) isVisible propertyâ?

cc @carolhmj
Hmmm I guess we could change this in the tooltip, maybe combine the two phrasings like âShow/Hide control (property name: isVisible)â
@PatrickRyan do you have any thoughts on the best phrasing for usability? ![]()
@carolhmj, I think we can simply state âSets isVisibleâ like @mawa suggested. I think the parameter name is pretty self-explanatory so we shouldnât need a lot of extra wording. The disconnect here is that the visibility icon could imply that it is simply a visibility setting on the editor rather than the parameter to set visibility at the control level.
The reason we pulled this parameter into the tree view rather than making it a checkbox on the control properties panel itself was to help users quickly debug what controls were visible in any state. You only need to hover the pointer on the control name to see its visibility state instead of needing to click on each one to expose the state. We could, however, add a control also in the properties panel that duplicates the state of the icon in the tree view so that it clears up any other confusion. This keeps the ease of being able to spot check visibility while also not isolating one parameter from the rest. We could duplicate the eye in the name field at the top of the properties panel without much rework to the UI. Thoughts, @carolhmj?
I donât see a problem with this, it seems like a good solution!