View Issue Details

IDProjectCategoryView StatusLast Update
0001236NoesisGUIUnitypublic2018-11-22 12:09
ReporterCMarinacci Assigned Tosfernandez  
PrioritynormalSeveritymajor 
Status resolvedResolutionfixed 
Product Version2.1.0rc2 
Target Version2.2.0Fixed in Version2.2.0b1 
Summary0001236: The tabs in TabControl are always on a single line
Description

The tabs in TabControl are always on a single line. When using the included code, the tabs are on two lines in WPF, but only a single line in NoesisGUI (and the rightmost tabs are cut off).

Steps To Reproduce

<UserControl x:Class="MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"mc:Ignorable="d">
<TabControl Width="200">
<TabItem Header="One">
<Grid Height="300"/>
</TabItem>
<TabItem Header="Two" />
<TabItem Header="Three" />
<TabItem Header="Four" />
<TabItem Header="Five" />
<TabItem Header="Six" />
</TabControl>
</UserControl>

PlatformAny

Activities

sfernandez

sfernandez

2018-06-26 13:04

manager   ~0005237

Fixed for the next release.

Issue History

Date Modified Username Field Change
2018-02-06 06:46 CMarinacci New Issue
2018-03-14 11:21 sfernandez Assigned To => sfernandez
2018-03-14 11:21 sfernandez Status new => assigned
2018-06-26 13:04 sfernandez Note Added: 0005237
2018-11-01 02:14 jsantos View Status public => private
2018-11-22 12:09 sfernandez Target Version => 2.2.0
2018-11-22 12:09 sfernandez View Status private => public
2018-11-22 12:09 sfernandez Platform => Any
2018-11-22 12:09 sfernandez Status assigned => resolved
2018-11-22 12:09 sfernandez Resolution open => fixed
2018-11-22 12:09 sfernandez Fixed in Version => 2.2.0b1
2025-10-10 13:29 jsantos Category Unity3D => Unity