Frage

When I have some blocks I want to collapse like that:

<region 123>
</region>

is there something like that?

War es hilfreich?

Lösung

Andere Tipps

There's no real support for user-defined code folding in XAML. Most IDEs, like VS support code folding on XAML tags like this:

-|      <UserControl>
+|          <Grid[...]>
-|      <UserControl/>

Although code folding is something I'd usually avoid in general

Also, duplicate of #region in XAML.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top