alternetsoft / AlternetUI

MIT License
22 stars 2 forks source link

HasBorder inssues #97

Open generalloki opened 6 months ago

generalloki commented 6 months ago

In PropertyGridSample, for GenericLabel, if you check or uncheck "HasBorder" nothing change

In PropertyGridSample, for Button, if you check "HasBorder" picture disappear

In PropertyGridSample, for Panel if you check or uncheck "HasBorder" nothing change

In PropertyGridSample, for SpeedButton : if you check or uncheck "HasBorder" nothing change,

Why some Controls don't have HasBorder like CardPanel, CheckBox, HorizontalStackPanel, RadioButton, FindReplaceControl

neoxeo commented 6 months ago

@generalloki

My tests was done on OS : Ubuntu 22.04.3 LTS

neoxeo commented 6 months ago

@generalloki

A new issue to add to the list

OS : Windows 11

Version : 3c3a8e0f364e10e9854f124cb414ea4b53837e30

<Window xmlns="http://schemas.alternetsoft.com/ui/2021"
        xmlns:x="http://schemas.alternetsoft.com/ui/2021/uixml"
        x:Class="testTabPages.MainWindow"
        Title="testTabPages">
    <PictureBox Name="pictureBox1" SuggestedSize="128,128"  Margin="10,10,10,10" BackColor="Silver" />
</Window>

Even if "HasBorder=True" : border in not present when you run exe