File tree Expand file tree Collapse file tree
Source/NETworkManager/Views Expand file tree Collapse file tree Original file line number Diff line number Diff line change 614614 MinWidth =" 80" />
615615 <DataGridTextColumn
616616 Header =" {x:Static Member=localization:Strings.ChannelWidth}"
617- Binding =" {Binding Path=(network:WiFiNetworkInfo.ChannelBandwidth), StringFormat={}{0} MHz}"
618617 SortMemberPath =" ChannelBandwidth"
619- MinWidth =" 100" />
618+ MinWidth =" 100" >
619+ <DataGridTextColumn .ElementStyle>
620+ <Style TargetType =" {x:Type TextBlock}" >
621+ <Setter Property =" Text" Value =" {Binding Path=(network:WiFiNetworkInfo.ChannelBandwidth), StringFormat={}{0} MHz}" />
622+ <Style .Triggers>
623+ <DataTrigger Binding =" {Binding Path=(network:WiFiNetworkInfo.ChannelBandwidth)}" Value =" 0" >
624+ <Setter Property =" Text" Value =" -/-" />
625+ </DataTrigger >
626+ </Style .Triggers>
627+ </Style >
628+ </DataGridTextColumn .ElementStyle>
629+ </DataGridTextColumn >
620630 <DataGridTextColumn
621631 Header =" {x:Static Member=localization:Strings.SignalStrength}"
622632 Binding =" {Binding Path=(network:WiFiNetworkInfo.AvailableNetwork).NetworkRssiInDecibelMilliwatts, Converter={StaticResource ResourceKey=WiFiNetworkRssiInDecibelMilliwattsToSignalStrengthStringConverter}}"
You can’t perform that action at this time.
0 commit comments