Hi all,
I have a frame in TCL where there are many label, text and entry widgets. To accomodate all the controls in the frame, I want to make the frame scrolling (both vertical and horizontal). How do I do it?
The frame initialisation code is given below:
frame .f2 -width 250 -height 270
pack...