BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
My biggest issue is that I need to only show the ICON. I got past having to have at least one letter in HEADER, but, that now shows 'Untitled'.
I really need to only show an ICON for the header, No Text.
This is interesting. Using your example I still get the "Object Reference not set to an instance of an object: for the 'Show Icon = 'true' :
When I run your example it works.
When I try to use the null it throws an exception and crashes the program.
So, not sure what is happening.
I was able to finally get it to work with the following:
<navigation:SfTabControl x:Name="TabControl" SelectedIndex="0"
ShowIcon="True"
TabScrollButtonVisibility="Collapsed"
TabStripPlacement="Left">
<navigation:SfTabItem x:Name="SkyPlotTab"
VerticalAlignment="Center"
Header=" " x:FieldModifier="public">
<navigation:SfTabItem.Icon>
<Image Source="Assets\NavIcons\SatelliteOn512.fw.png" Height="25" Width="25"></Image>
</navigation:SfTabItem.Icon>
If I used Header="{x:Null}" it crashed. while instead, using a space it works.
Also I had to remove Displaymember.
Windows SDK Version. -- .NET Framework 4.7.02046
Essential Studio Version. I am using Visual Studios Enterprise: 15.3.3
OS Version. Windows 10 Pro: 10.0.15063 Build 15063