View Issue Details

IDProjectCategoryView StatusLast Update
0001129NoesisGUIC++ SDKpublic2018-11-22 10:19
ReporterAndreasEnscape Assigned Tosfernandez  
PrioritynormalSeverityminor 
Status assignedResolutionopen 
Product Version2.0.2f2 
Summary0001129: Expander Property ExpandDirection not working
Description

The above mentioned property ExpandDirection of the Expander object (xaml) is not working at all, drop down expanding will occur no matter what the property is set to (Left, Right, up, down).

Steps To Reproduce

<UserControl
x:Class="SideExpander"
x:Name="ViewAccessor"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
UseLayoutRounding="True"

<Grid>
<Expander ExpandDirection="Left" Margin="0,8,0,0" Width="auto" Height="120">
</Expander>
</Grid>
</UserControl>

PlatformAny

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2017-08-01 13:47 AndreasEnscape New Issue
2017-08-01 13:47 AndreasEnscape Tag Attached: Expander
2018-11-01 02:14 jsantos View Status public => private
2018-11-22 10:19 sfernandez Assigned To => sfernandez
2018-11-22 10:19 sfernandez Status new => assigned
2018-11-22 10:19 sfernandez View Status private => public
2018-11-22 10:19 sfernandez Platform => Any