<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic dockablepanel button wrong position when tabbed in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/dockablepanel-button-wrong-position-when-tabbed/m-p/9099933#M39150</link>
    <description>&lt;P&gt;I am working with dockablepane and this looks odd.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when the panel is in floating position. it looks fine to me. but when it is dock or tabbed, the 2 button where positioned in the middle.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;anybody can give me a hint how to make my buttons whether floating or dock or tabbed should always appear correctly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;kindly see screenshots.&lt;/P&gt;</description>
    <pubDate>Tue, 22 Oct 2019 03:45:36 GMT</pubDate>
    <dc:creator>markjvlampad</dc:creator>
    <dc:date>2019-10-22T03:45:36Z</dc:date>
    <item>
      <title>dockablepanel button wrong position when tabbed</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/dockablepanel-button-wrong-position-when-tabbed/m-p/9099933#M39150</link>
      <description>&lt;P&gt;I am working with dockablepane and this looks odd.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when the panel is in floating position. it looks fine to me. but when it is dock or tabbed, the 2 button where positioned in the middle.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;anybody can give me a hint how to make my buttons whether floating or dock or tabbed should always appear correctly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;kindly see screenshots.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2019 03:45:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/dockablepanel-button-wrong-position-when-tabbed/m-p/9099933#M39150</guid>
      <dc:creator>markjvlampad</dc:creator>
      <dc:date>2019-10-22T03:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: dockablepanel button wrong position when tabbed</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/dockablepanel-button-wrong-position-when-tabbed/m-p/9101525#M39151</link>
      <description>&lt;P&gt;Can you post your xaml.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2019 16:38:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/dockablepanel-button-wrong-position-when-tabbed/m-p/9101525#M39151</guid>
      <dc:creator>BobbyC.Jones</dc:creator>
      <dc:date>2019-10-22T16:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: dockablepanel button wrong position when tabbed</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/dockablepanel-button-wrong-position-when-tabbed/m-p/9104706#M39152</link>
      <description>&lt;P&gt;&amp;lt;Page x:Class="test.testviewer"&lt;BR /&gt;xmlns="&lt;A href="http://schemas.microsoft.com/winfx/2006/xaml/presentation" target="_blank"&gt;http://schemas.microsoft.com/winfx/2006/xaml/presentation&lt;/A&gt;"&lt;BR /&gt;xmlns:x="&lt;A href="http://schemas.microsoft.com/winfx/2006/xaml" target="_blank"&gt;http://schemas.microsoft.com/winfx/2006/xaml&lt;/A&gt;"&lt;BR /&gt;xmlns:d="&lt;A href="http://schemas.microsoft.com/expression/blend/2008" target="_blank"&gt;http://schemas.microsoft.com/expression/blend/2008&lt;/A&gt;"&lt;BR /&gt;xmlns:mc="&lt;A href="http://schemas.openxmlformats.org/markup-compatibility/2006" target="_blank"&gt;http://schemas.openxmlformats.org/markup-compatibility/2006&lt;/A&gt;"&lt;BR /&gt;xmlns:local="clr-namespace:test"&lt;BR /&gt;mc:Ignorable="d"&lt;BR /&gt;Height="{Binding SystemParameters.PrimaryScreenHeight}"&lt;BR /&gt;Width="{Binding SystemParameters.PrimaryScreenWidth}"&lt;BR /&gt;MinWidth="300"&lt;/P&gt;&lt;P&gt;Title="testviewer" Loaded="Page_Loaded"&amp;gt;&lt;BR /&gt;&amp;lt;StackPanel Background="LightGray"&amp;gt;&lt;BR /&gt;&amp;lt;UniformGrid Rows="4" Height="596" Width="{Binding SystemParameters.PrimaryScreenWidth}"&amp;gt;&lt;BR /&gt;&amp;lt;DataGrid x:Name="Element" Margin="0,0,0,-249.6" SelectionChanged="Element_SelectionChanged" /&amp;gt;&lt;BR /&gt;&amp;lt;GroupBox x:Name="Status1" Margin="0,254.6,0,-164.2" Header="Construction" Height="60" VerticalAlignment="Bottom" &amp;gt;&lt;BR /&gt;&amp;lt;Grid Height="{Binding SystemParameters.PrimaryScreenHeight}" Width="{Binding SystemParameters.PrimaryScreenWidth}" VerticalAlignment="Bottom"&amp;gt;&lt;BR /&gt;&amp;lt;Grid.ColumnDefinitions&amp;gt;&lt;BR /&gt;&amp;lt;ColumnDefinition Width="95*"/&amp;gt;&lt;BR /&gt;&amp;lt;ColumnDefinition Width="192*"/&amp;gt;&lt;BR /&gt;&amp;lt;/Grid.ColumnDefinitions&amp;gt;&lt;BR /&gt;&amp;lt;CheckBox Content="Checkbox" HorizontalAlignment="Left" Margin="0,0,0,-0.4" Width="95" Height="38" VerticalContentAlignment="Center"/&amp;gt;&lt;BR /&gt;&amp;lt;TextBox Height="24" Margin="95,0,0,-0.4" TextWrapping="Wrap" Text="TextBox" Width="113" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Grid.ColumnSpan="2"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/Grid&amp;gt;&lt;BR /&gt;&amp;lt;/GroupBox&amp;gt;&lt;BR /&gt;&amp;lt;GroupBox x:Name="Status" Margin="0,0,0,-139" Header="Status" Height="122" Width="{Binding SystemParameters.PrimaryScreenWidth}" VerticalAlignment="Bottom" /&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;lt;/UniformGrid&amp;gt;&lt;BR /&gt;&amp;lt;StackPanel Orientation="Horizontal" VerticalAlignment="Bottom"&amp;gt;&lt;BR /&gt;&amp;lt;Button Content="Button2" HorizontalAlignment="Left" Width="113" Height="25" Margin="10,0,0,10" VerticalAlignment="Bottom"&amp;gt;&amp;lt;/Button&amp;gt;&lt;BR /&gt;&amp;lt;GridSplitter Grid.Column="1" Width="5" HorizontalAlignment="Stretch" Background="LightGray"&amp;gt;&amp;lt;/GridSplitter&amp;gt;&lt;BR /&gt;&amp;lt;Button Content="button1" HorizontalAlignment="Left" Width="113" Height="25" Margin="0,10" VerticalAlignment="Bottom"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/StackPanel&amp;gt;&lt;BR /&gt;&amp;lt;/StackPanel&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/Page&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for the container, I tried different types like grid, stackpanel, uniform grid all give me the same output.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2019 22:36:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/dockablepanel-button-wrong-position-when-tabbed/m-p/9104706#M39152</guid>
      <dc:creator>markjvlampad</dc:creator>
      <dc:date>2019-10-23T22:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: dockablepanel button wrong position when tabbed</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/dockablepanel-button-wrong-position-when-tabbed/m-p/9105498#M39153</link>
      <description>&lt;P&gt;already find my solution. I used grid as a container. and its a matter of defining rows and columns correctly.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2019 09:26:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/dockablepanel-button-wrong-position-when-tabbed/m-p/9105498#M39153</guid>
      <dc:creator>markjvlampad</dc:creator>
      <dc:date>2019-10-24T09:26:04Z</dc:date>
    </item>
  </channel>
</rss>

