I have created a Listbox wig. and tried to add a Scrollbar Wig to it. The listbox has a Height of 7.
I get the Scrollbar to show up but it is not the right size I want it to be the same size as the Listbox. Not sure what I need to do.
Search_Listbox_Scrollbar = $mw->Scrollbar();
$Search_Listbox_Scrollbar->place(-x => 295, -y => 190);
$Search_Listbox = $mw->Listbox(
-background => "white",
-yscrollcommand => ['set' => $Search_Listbox_Scrollbar],
-height => 7,
-width => 47);
$Search_Listbox_Scrollbar->configure(-command => ['yview' => $Search_L
+istbox]);
$Search_Listbox->place(-x => 5, -y => 150);
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.