Transparent DirectScrolledFrame

Hi, I am trying to make a transparent DirectScrolledFrame, is it possible? Thank you

I don’t recall whether I’ve tried these suggestions myself, so I don’t know offhand whether they will work. That said, you might get this effect by constructing the DirectScrolledFrame with either the “relief” keyword-parameter set to “None”, or the “frameColor” keyword-parameter set to a colour with a fourth (i.e. alpha) value of less than “1”.

thank you I will try that!