Hi All,
def OnRadiobuttonChange(self, sender, e):
self.m_group.Content = self.m_slider
self.Resizable = True
in the example image above, I have three objects, RadioButton, GoupBox, Button
at each click event on a different RadioButton, I would like to set the GoupBox to be filled with other pre-established objects. I had put a slider to try, but I find that the level is no longer adapted:
the button disappears.
1 post - 1 participant