You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is is possible to have a different MaxAttributesPerLine value for top level tags? I currently have this set to 3 but I'd like each attribute for the the top level tag to be on a separate line like:
Is is possible to have a different MaxAttributesPerLine value for top level tags? I currently have this set to 3 but I'd like each attribute for the the top level tag to be on a separate line like:
<base:PreservableLocationWindow
x:Class="JTG.WPF.Views.Company.Windows.CompanyDashboardWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:base="clr-namespace:JTG.WPF.Views.Base"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:prism="http://prismlibrary.com/"
xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
xmlns:uc="clr-namespace:JTG.WPF.Views.Company.UserControls"
xmlns:vm="clr-namespace:JTG.WPF.ViewModels.Company.Windows;assembly=JTG.WPF.ViewModels"
xmlns:windowsParameters="clr-namespace:JTG.WPF.Common.Parameters.Common;assembly=JTG.WPF.Common"
Title="{Binding Title}"
Width="800"
Height="450"
d:DataContext="{d:DesignInstance Type=vm:CompanyDashboardWindowViewModel, IsDesignTimeCreatable=True}"
prism:ViewModelLocator.AutoWireViewModel="False"
x:TypeArguments="windowsParameters:GuidKeyWindowParameters"
ResizeMode="CanResizeWithGrip"
WindowStartupLocation="Manual"
mc:Ignorable="d">
The text was updated successfully, but these errors were encountered: