Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Scout » Working with Tile view in Table
Working with Tile view in Table [message #1851000] Thu, 24 March 2022 10:43 Go to next message
Eclipse UserFriend
Hello,
IS there a way to shrink the tile if only one is created and make it does not look like on hole table width

index.php/fa/41797/0/

Anis


Re: Working with Tile view in Table [message #1851173 is a reply to message #1851000] Tue, 29 March 2022 12:32 Go to previous messageGo to next message
Eclipse UserFriend
Hi,

you can set weightX to 0 so the tile won't scale.

@Override
protected int getConfiguredGridWeightX() {
return 0;
}
Re: Working with Tile view in Table [message #1851181 is a reply to message #1851173] Tue, 29 March 2022 15:50 Go to previous message
Eclipse UserFriend
Great, thank you!
Previous Topic:Migration from Scout 10 to 22
Next Topic:AbstractSmartField - parsing for an exact value
Goto Forum:
  


Current Time: Fri Feb 14 03:08:14 GMT 2025

Powered by FUDForum. Page generated in 0.02952 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top