Computer Science, asked by shravanipatil30, 2 months ago

write procedure to make a frame with vertical scrollbar but without a horizontal scrollbar​

Answers

Answered by singhsujata5862
8

Answer:

The only way to have a frame with a vertical scrollbar but without a horizontal scrollbar is to define the frame with SCROLLING="auto" (the default), and to have content that does not require horizontal scrolling. There is no way to specify that a frame should have one scrollbar but not the other.

Similar questions