Hello. For scaling I use ViewBox (width binding depending on the Scale value). Now there is a need to change the scale of not all quantities. For example, automatically constructed graphs were made as content, and I need to prevent the scaling of the width of the communication lines, as well as the scaling of the borders of the elements (or at least prohibit reducing the border size to less than one) so that they can be seen at any scale. Thank.

  • one
    ViewBox works with only one object (only one child), which means that it transforms the final result already. It turns out that you will need to do all the work yourself manually. - cpp_user
  • @cpp_user, sorry if so. Maybe there are other ways to massively scale with exceptions? - iRumba
  • I need to sort out the child myself to scale and eliminate what is not needed. - cpp_user

0