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
Oueslati Anis is currently offline Oueslati AnisFriend
Messages: 128
Registered: June 2014
Location: Paris
Senior Member
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
Claudio Guglielmo is currently offline Claudio GuglielmoFriend
Messages: 256
Registered: March 2010
Senior Member
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
Oueslati Anis is currently offline Oueslati AnisFriend
Messages: 128
Registered: June 2014
Location: Paris
Senior Member
Great, thank you!
Previous Topic:Migration from Scout 10 to 22
Next Topic:AbstractSmartField - parsing for an exact value
Goto Forum:
  


Current Time: Wed May 08 20:48:59 GMT 2024

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

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

Back to the top