Expand_row should default to true

This commit is contained in:
PySimpleGUI 2019-12-15 21:55:21 -05:00
parent e790b938ed
commit fa7178850f
1 changed files with 1 additions and 0 deletions

View File

@ -865,6 +865,7 @@ class Element():
except:
print('Warning, error hiding element row for key =', self.Key)
def expand(self, expand_x=False, expand_y=False, expand_row=True):
"""
Causes the Element to expand to fill available space in the X and Y directions. Can specify which or both directions