View Issue Details

IDProjectCategoryView StatusLast Update
0001049NoesisGUIUnitypublic2018-11-22 20:19
ReporterXaeroDegreaz Assigned Tosfernandez  
PrioritynormalSeverityminor 
Status resolvedResolutionfixed 
Product Version1.3.0 
Target Version2.2.0Fixed in Version2.2.0b1 
Summary0001049: ListBox with HorizontalAlignment set to "Stretch" moves list content left when pressing buttons
Description

Actually version 2.0.0f1 but you dont have it listed:

From: http://www.noesisengine.com/forums/viewtopic.php?f=3&t=1045

I have a TabControl with a Tabitem, as defined below:

[code]
<ListBox
x:Name="KeyBindingsList"
Height="Auto"
HorizontalAlignment="Stretch"
VerticalAlignment="Top"
ScrollViewer.HorizontalScrollBarVisibility="Disabled">
<ListBox.ItemTemplate>
<DataTemplate>
<UniformGrid Columns="2">
<Label Content="{Binding Path=Name}" VerticalAlignment="Center" />
<Button Content="{Binding Path=PrimaryKeyName}" />
</UniformGrid>
</DataTemplate>
</ListBox.ItemTemplate>
</ListBox>
[/code]

When pressing the Button, the ListBox content shifts to the left. It also happens when the width of the ListBox is the same size as the container.

PlatformAny

Activities

sfernandez

sfernandez

2017-06-19 20:56

manager   ~0004752

Will be solved in our next release version 2.0.3.

Issue History

Date Modified Username Field Change
2017-04-07 10:06 XaeroDegreaz New Issue
2017-06-19 20:56 sfernandez Assigned To => sfernandez
2017-06-19 20:56 sfernandez Status new => assigned
2017-06-19 20:56 sfernandez Note Added: 0004752
2018-11-01 02:14 jsantos View Status public => private
2018-11-22 20:19 sfernandez Target Version => 2.2.0
2018-11-22 20:19 sfernandez View Status private => public
2018-11-22 20:19 sfernandez Platform => Any
2018-11-22 20:19 sfernandez Status assigned => resolved
2018-11-22 20:19 sfernandez Resolution open => fixed
2018-11-22 20:19 sfernandez Fixed in Version => 2.2.0b1
2025-10-10 13:29 jsantos Category Unity3D => Unity