erich.wanker Posted July 17, 2013 Posted July 17, 2013 Hello, If a component of type: uniDBGrid uniPanel (collapsible=true uniPageControl ... is BEHIND a uniPanel - then parts of the behind controls are still visible ... Any suggestions or workArounds possible ? Thank you Quote
erich.wanker Posted July 18, 2013 Author Posted July 18, 2013 .. as dirty workaround i put all controls in the unvisible area ... var i:Integer;begin for i:=0 to self.ComponentCount-1 do begin if self.Components[i].ClassName = 'TUniPanel' then (self.Components[i] as TUniPanel).Left:=-4000; ... .. . Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.